#13711: charpoly error on matrices with pi
------------------------------+---------------------------------------------
   Reporter:  eviatarbach     |             Owner:  jason, was
       Type:  defect          |            Status:  new       
   Priority:  major           |         Milestone:  sage-5.5  
  Component:  linear algebra  |          Keywords:            
Work issues:                  |   Report Upstream:  N/A       
  Reviewers:                  |           Authors:            
  Merged in:                  |      Dependencies:            
   Stopgaps:                  |  
------------------------------+---------------------------------------------
 Sage returns an error when attempting to calculate the characteristic
 polynomial of a matrix with pi:


 {{{
 sage: matrix([[sqrt(2), -1], [1, e^2]]).charpoly()
 x^2 + (-sqrt(2) - e^2)*x + sqrt(2)*e^2 + 1
 sage: matrix([[sqrt(2), -1], [pi, e^2]]).charpoly()
 TypeError
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13711>
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