Dimensions of Arrays, Matrices

Michael Wieher michael.wieher at gmail.com
Wed Mar 26 09:32:28 EDT 2008


Google -> "matrix python"

1st response:
http://www.python.org/community/sigs/retired/matrix-sig/
"The purpose of this SIG was to continue development of a Python matrix
type. This effort succeeded and resulted in Numerical
Python<http://numpy.sf.net/>,
a high-speed array language for Python"

by following the magic hyperlink I arrive at

http://scipy.org/

which might be too embellished, so I then returned to the retired-sig and
found

http://sourceforge.net/projects/numpy

I'm sure if you dig around in either of those places you'll find more than
you are looking for =)

2008/3/26, Dark Wind <darkwind.87 at gmail.com>:
>
> Hi,
>
> Suppose we have a 3X3 matrix in Mathematica. We can get its dimensions by:
> Dimensions[A]  = {3,3}
> TensorRank[A] = 2
>
> Are there exact functions for these two in Python?
>
> Thank you
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080326/9665ac7f/attachment-0001.html>


More information about the Python-list mailing list