I want to do some matrix operations, like a singular value decomposition
(svd) or to calculate random number from the multivariate_normal
distributions. These two functions exist in 'numeric', but I cannot use them
(they hang up or give some errors).
Maybe there is any package to download that is compatible with the current
numpy/pylab/matplotlib specifications? Or any other simple way to deal with
such matrix operations? That would be very helpful...


Linear algebra (svd) can be found in numpy.linalg and random numbers can be
generated with the numpy.random module.

Matthieu
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to