#14007: When computing determinant over GF(p), don't lift to ZZ
----------------------------------+-----------------------------------------
       Reporter:  jdemeyer        |         Owner:  jason, was         
           Type:  enhancement     |        Status:  positive_review    
       Priority:  blocker         |     Milestone:  sage-5.7           
      Component:  linear algebra  |    Resolution:                     
       Keywords:                  |   Work issues:                     
Report Upstream:  N/A             |     Reviewers:  Charles Bouillaguet
        Authors:  Jeroen Demeyer  |     Merged in:                     
   Dependencies:                  |      Stopgaps:                     
----------------------------------+-----------------------------------------
Changes (by Bouillaguet):

  * status:  needs_review => positive_review
  * reviewer:  => Charles Bouillaguet


Comment:

 There is a convincing improvement :
 {{{
 sage: M = random_matrix( Integers( next_prime( factorial(10) ) ), 400 )
 sage: time M.det()
 Time: CPU 0.04 s, Wall: 0.03 s
 }}}
 versus :
 {{{
 sage: M = random_matrix( Integers( next_prime( factorial(10) ) + 1), 400 )
 sage: time M.det()
 Time: CPU 4.65 s, Wall: 3.99 s
 }}}

 Positive review !

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14007#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to