On 5/11/2009, at 10:30 AM, q wrote:

> Can someone please explain this to me?
Works fine for me -
sage: A = matrix([[0, 4], [-1, 0]])
sage: A

[ 0  4]
[-1  0]
sage: A.eigenvalues
<built-in method eigenvalues of  
sage.matrix.matrix_integer_dense.Matrix_integer_dense object at  
0x100408f80>
sage: A.eigenvalues()
[-2*I, 2*I]

>
> I'm using Ubuntu 9.04, sage version 3.0.5 which I installed from the
> synaptic package manager.
Upgrade. It might not be your problem, but 3.0.5 is ancient...
--
http://yomcat.geek.nz


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to