eigen vectors and eigen values



I've got the same on 
Maxima version: 5.15.0
Maxima build date: 15:9 6/10/2008
host type: x86_64-unknown-linux-gnu
lisp-implementation-type: CLISP
lisp-implementation-version: 2.44.1 (2008-02-23) (built on build12)

However sbcl works giving 
(%i3) dgeev(E);
(%o3) [[5.918466822870407, .3419637922128298, 1.182773529427574,
2.283105468648542, 4.416178959415708, 3.09117658351303, 3.766334843911901],
false, false]
On Thursday 19 June 2008 11:05:10 Robert Dodier wrote:
> On 6/18/08, Chibisi Chima-Okereke <chibco at gmail.com> wrote:
> > (%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]);
>
> When I try this with Maxima 5.15.0 official release (Clisp 2.39 on
> Linux), I get:
>
> dgeev(E);
> Maxima encountered a Lisp error:
> COERCE: 1 cannot be coerced to type (DOUBLE-FLOAT * *)
>
> But this same examples works OK with current CVS build.
>
> Can someone else try it?
>
> I looked at the code for share/lapack/eigensys.lisp and it hasn't
> changed since the 5.15.0 release, so I can't tell what is different.
>
> Robert Dodier
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima