#12208: LU decomposition gives wrong results on cyclotomic matrices
------------------------------+---------------------------------------------
   Reporter:  dimpase         |          Owner:  jason, was
       Type:  defect          |         Status:  new       
   Priority:  major           |      Milestone:  sage-4.8  
  Component:  linear algebra  |       Keywords:            
Work_issues:                  |       Upstream:  N/A       
   Reviewer:                  |         Author:            
     Merged:                  |   Dependencies:            
------------------------------+---------------------------------------------
Changes (by rbeezer):

 * cc: jason (added)


Comment:

 Works for me.  Obviously, I get a very different {{{u}}} matrix.  Very
 curious.  Any ideas on what could be different?

 This is on 64-bit Ubuntu 11.04, built from source.

 {{{
 ----------------------------------------------------------------------
 | Sage Version 4.8.alpha3, Release Date: 2011-12-02                  |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 **********************************************************************
 *                                                                    *
 * Warning: this is a prerelease version, and it may be unstable.     *
 *                                                                    *
 **********************************************************************
 sage: tgg=SymmetricGroup(5).character_table()
 sage: p,l,u = tgg.LU()
 sage: (p*l*u - tgg).norm()
 0.0
 sage: (l*u).rank()
 7
 sage: u
 [   6    0   -2    0    0    0    1]
 [   0   -2  4/3    1    1    0 -5/3]
 [   0    0 10/3 -1/2  3/2   -1 -5/3]
 [   0    0    0 12/5 -6/5  4/5   -2]
 [   0    0    0    0   -3    2    0]
 [   0    0    0    0    0   -2  5/2]
 [   0    0    0    0    0    0    5]
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12208#comment:2>
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