Linear Algebra and Python

William Park parkw at better.net
Tue Feb 29 12:10:15 EST 2000


On Tue, Feb 29, 2000 at 11:16:01AM -0500, Matthew Hirsch wrote:
> Hi All,
> 
> I'm looking for a module or a set of functions that does linear algebra, 
> things like inverses, multiplication, eigenvalues, etc..
> 
> Do you know where I can find this?
> 
> Thanks for your help,
> Matt

'NumPy' is a wrapper around Fortran libraries, one of which does some
matrix operations.  I think the lastest link to 'NumPy' can be found at
<www.python.org>.

--William




More information about the Python-list mailing list