[SciPy-user] How to calculate minors.

Armando Serrano Lombillo arserlom at gmail.com
Tue Oct 10 12:01:33 EDT 2006


Hello, is there any way to easily calculate minors of matrixes with
scipy/numpy.

For example if we have matrix a:
[[1 2 3]
 [4 5 6]
 [7 8 9]]

then minor(a,0) should be the same as det([[5,6],[8,9]]) and minor (a,1)
should be the same as det([[1,3],[7,9]]).

Armando.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20061010/56e0eb6a/attachment.html>


More information about the SciPy-User mailing list