It happens that the function cholesky can't be used:
Unable to find the Cholesky factorization
-- an error. To debug this try: debugmode(true);
One could use this simple commands in a maxima session to test if wanted:
- Code: Select all
(%i1) h:matrix([2,0.2+%i*0.1],[0.2-%i*0.1,1.8]);
(%i2) cholesky(h);
I've already removed config files and reinstall Maxima package.
Posting here just to the case anybody else knows anything about this problem.
Thanks any comments