Re: determinant
- From: "Raymond Hettinger" <python@xxxxxxx>
- Date: 31 Jan 2006 09:01:22 -0800
[Tuvas]
> I am trying to find a nice function that quickly determines the
> determanant in python. Anyone have any recommendations? I've heard
> about numpy, but I can't get it to work (It doesn't seem to like the
> import Matrix statement...). Thanks!
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/189971
.
Relevant Pages
- Re: determinant
... > determanant in python. ... Anyone have any recommendations? ... Have you tried the latest release of numpy? ... (comp.lang.python) - determinant
... determanant in python. ... Anyone have any recommendations? ... about numpy, but I can't get it to work (It doesn't seem to like the ... (comp.lang.python) - Re: Reading Fortran Data
... am currently getting acquainted with Python and, in particular SciPy, ... NumPy, and Matplotlib. ... Fortran. ... this in Python is to use string formating with a given width. ... (comp.lang.python) - Re: Re: maximum value in a column of file
... I was trying to do this by using python, that the reason why i tried to use numpy. ... extract value from line ... ... (comp.lang.python) - Re: switching to numpy and failing, a user story
... switch a large codebase (python and C++) to using numpy. ... numpy/scipy mailing lists (else you used a different name or email, ... (comp.lang.python) |
|