missing linearalgebra functions



On 9/13/2012 8:03 AM, mark.kust at wellsfargo.com wrote:
.....
> So, as you can see, the cholesky function is not loaded. This is 
> confirmed by the simple example I introduced above:
> (%i3) cholesky(matrix([1, p12, p13], [p12, 1, p23], [p13, p23, 1]));
> /Unable to find the Cholesky factorization/
> /-- an error. To debug this try: debugmode(true);/

Actually, what this shows is that the cholesky function IS loaded, since 
it gives an error message.
It was unable to find the factorization though. I have not looked at 
your matrix at all.

>