#4494: conjugate method returns error on ZZ matrix
----------------------------+-----------------------------------------------
 Reporter:  jason           |        Owner:  was       
     Type:  defect          |       Status:  new       
 Priority:  major           |    Milestone:  sage-3.2.1
Component:  linear algebra  |   Resolution:            
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by jason):

 This is a problem with the Integer class, not with the matrix class.  The
 matrix code is:

 return self.new_matrix(self.nrows(), self.ncols(), [z.conjugate() for z in
 self.list()])

 The problem is that the Integer class doesn't have a conjugate method.
 Should it, or should the integer matrices override this definition?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4494#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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