#4494: conjugate method returns error on ZZ matrix
---------------------+------------------------------------------------------
Reporter: jason | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone:
Component: algebra | Keywords:
---------------------+------------------------------------------------------
This should be easy to fix:
{{{
sage: a=random_matrix(ZZ,2)
sage: a.conjugate()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call
last)
/home/grout/jason/byu/papers/minrank-f2r3-laa/<ipython console> in
<module>()
/home/grout/sage/local/lib/python2.5/site-packages/sage/matrix/matrix2.so
in sage.matrix.matrix2.Matrix.conjugate (sage/matrix/matrix2.c:24447)()
AttributeError: 'sage.rings.integer.Integer' object has no attribute
'conjugate'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4494>
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
-~----------~----~----~----~------~----~------~--~---