[Maxima] eigen vectors and eigen values

Chibisi Chima-Okereke chibco at gmail.com
Wed Jun 18 12:52:19 CDT 2008


Dear all,

I am probably doing something silly and don't realise it but here goes...

I am trying to find the eigen values and eigen vectors of a matrix, but
maxima keeps giving me an error (run on win XP in wxMaxima)

(%i37)E:
matrix([1,-1,0,0,0,0,0],[-1,3,-1,0,-1,0,0],[0,-1,3,-1,0,-1,0],[0,0,-1,3,0,0,-1],[0,
 -1,0,0,3,-1,0],[0,0,-1,0,-1,4,-1],[0,0,0,-1,0,-1,4]);

(%o37)
matrix([1,-1,0,0,0,0,0],[-1,3,-1,0,-1,0,0],[0,-1,3,-1,0,-1,0],[0,0,-1,3,0,0,-1],[0,-1,0,0,3,-1,0],[0,0,-1,0,-1,4,-1],[0,0,0,-1,0,-1,4])

(%i38) eigenvalues(E);

solve is unable to find the roots of the characteristic polynomial.

(%o38) []


and for eigenvectors ...

(%i42)eigenvectors(E);

solve is unable to find the roots of the characteristic polynomial.

(%o42) []

I have tried the same problem in R and I get an answer (in the blink of an
eye). Can anyone let me know what the problem is?

Kind Regards

Chibisi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20080618/26e3bc0e/attachment.htm 


More information about the Maxima mailing list