On 8/17/09, Luigi Marino <luigi_marino2 at alice.it> wrote:
> Hi new version wxMaxima 5.19.1
> have some bugs, lapack cannot to load
What is the error message that you get?
Does it work in command line Maxima?
What kind of system do you have?
> load(eigen);
>
> D1:matrix([3,2,1,-5],[-1,2,1,-3],[5,-1,2,4],[3,1,-1,5]);
>
> simtran(D1);
>
> this is the out:
>
> `fullmap' found arguments with incompatible structure.
Rats. The return value of the eigenvectors function was changed
(following discussion on this mailing list).
But simtran (similaritytransform) was not updated.
I see where it has to be fixed, I'll fix it in a day or two.
Sorry for the bother.
Robert Dodier