[Numpy-discussion] matrix inverse

josef.pktd at gmail.com josef.pktd at gmail.com
Thu Nov 26 11:49:18 EST 2009


On Thu, Nov 26, 2009 at 11:34 AM,  <josef.pktd at gmail.com> wrote:
> why is http://docs.scipy.org/numpy/docs/numpy.matrixlib.defmatrix.matrix.I/
> classified as unimportant?   .T ?
>
> I was looking at http://projects.scipy.org/numpy/ticket/1093 and
> didn't find any docs for the matrix inverse.

Ok looking some more, I found
http://docs.scipy.org/numpy/docs/numpy.matrixlib.defmatrix.matrix.getI/

I thought it might be problem with generating docs for attributes, but
the docstring for .I seems editable.

Aren't A.I and A.T the more common use than A.getI, ..?

Josef

>
> Josef
>



More information about the NumPy-Discussion mailing list