Re: [Matplotlib-users] numpy and matrix operations

2007-06-28 Thread fred
Alexander Dietz a écrit : > Hi, > Hi, > I hope this is the right place to post this question, which is related > to numpy, or numeric or something else... I guess you should try scipy-user at scipy.org ml. Cheers, -- http://scipy.org/FredericPetit -

Re: [Matplotlib-users] numpy and matrix operations

2007-06-28 Thread Matthieu Brucher
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

[Matplotlib-users] numpy and matrix operations

2007-06-28 Thread Alexander Dietz
Hi, I hope this is the right place to post this question, which is related to numpy, or numeric or something else... 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