Matrix in Python .

Huaiyu Zhu huaiyu at gauss.almadan.ibm.com
Fri Nov 9 18:54:17 EST 2001


On Fri, 09 Nov 2001 12:50:32 +0200, Amit Weisman <weismann at netvision.net.il>
wrote: 
>Is there a module for dealing with Matrix ?

Assuming you mean matrix in the mathematical sense, instead of whatever the
film or video that others are joking about, then:

There is the Numeric package.  Search for either "numeric python" or "numpy"
on Google.  I think it is numpy.sf.net

If you want a more Matlab like syntax, I have a wrapper package MatPy around
NumPy, also on sourceforge.  Haven't updated it for quite some time, though.

Huaiyu

PS. Please don't use html in newsgroups.  It's offensive to the senses.



More information about the Python-list mailing list