Implementation of a Las Vegas Integer Matrix Determinant Algorithm - PowerPoint PPT Presentation

1 / 1
About This Presentation
Title:

Implementation of a Las Vegas Integer Matrix Determinant Algorithm

Description:

Implementation of a Las Vegas Integer Matrix Determinant Algorithm. Arne Storjohann Pascal Giorgi Zach Olesh ... University of Waterloo University of Waterloo ... – PowerPoint PPT presentation

Number of Views:133
Avg rating:3.0/5.0
Slides: 2
Provided by: galaUn
Category:

less

Transcript and Presenter's Notes

Title: Implementation of a Las Vegas Integer Matrix Determinant Algorithm


1
Implementation of a Las Vegas Integer Matrix
Determinant Algorithm Arne Storjohann
Pascal Giorgi Zach
Olesh University of Waterloo University of
Waterloo University of Waterloo
Given an input of
output either the determinant of , or false if
the Hermite form of is nontrivial.
Investigate the practicality of high-order
lifting for integer matrix invariant computations.
  • Step 1 System Solving
  • Step 2 Determinant Reduction
  • Step 3 Unimodularity Certification


-1
HNF
-1


HNF
  • Let be the last row of
  • Solve
  • denominator of
  • Cost
  • p 2k where k
  • l
  • Use high-order lifting to compute
  • Only compute where is a power of 2
  • Cost
  • Replace the last column of
  • Use System Solver and the Extended GCD algorithm
  • Cost

All tests were run on an Intel Itanium2 at 1.3GHz
with 64GB RAM using GMP 4.1.3 and ATLAS 3.6.0
approximated by timing one prime and
multiplying by the number of primes.
Write a Comment
User Comments (0)
About PowerShow.com