Hi,
I work with Maxima 5.10.0/CLISP 2.38.
Trying to use matrixexp package, I get:
********************************************
(%i1) load (matrixexp);
(%o1)
/usr/local/maxima/share/maxima/5.10.0/share/linearalgebra/matrixexp.lisp
(%i2) spectral_rep(matrix([1,0],[0,1])); Maxima encountered a Lisp error:
EVAL: undefined function $REQUIRE_SQUARE_MATRIX Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil. (%i3) m :
matrix([b,c],[0,d])$
(%i4) matrixexp(m);
Maxima encountered a Lisp error:
EVAL: undefined function $REQUIRE_SQUARE_MATRIX Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
********************************************
It would be quite handy for me to use matrixexp,
so I'll be grateful for any suggestions.
Thanks
Tomek