#11104: Add check for normal matrices
----------------------------------+-----------------------------------------
       Reporter:  rbeezer         |         Owner:  jason, was    
           Type:  enhancement     |        Status:  closed        
       Priority:  minor           |     Milestone:  sage-5.0      
      Component:  linear algebra  |    Resolution:  fixed         
       Keywords:                  |   Work issues:                
Report Upstream:  N/A             |     Reviewers:  David Loeffler
        Authors:  Rob Beezer      |     Merged in:  sage-5.0.beta9
   Dependencies:  #11027, #10848  |      Stopgaps:                
----------------------------------+-----------------------------------------

Comment (by jhpalmieri):

 Using the sage-5.0.beta10-gcc tarball from #12369, I get a doctest failure
 on OS X Lion:
 {{{
 sage -t  --long -force_lib devel/sage/sage/matrix/matrix_double_dense.pyx
 **********************************************************************
 File "/Users/palmieri/Desktop/Sage_stuff/sage_builds/GCC-no-
 check/sage-5.0.beta10-gcc/devel/sage-
 main/sage/matrix/matrix_double_dense.pyx", line 2843:
     sage: B.is_normal(algorithm='naive', tol=1.0e-34)
 Expected:
     False
 Got:
     True
 **********************************************************************
 }}}
 If I run this by hand, then even
 {{{
     sage: B.is_normal(algorithm='naive', tol=1.0e-300)
 }}}
 returns True.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11104#comment:11>
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].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to