Dimensions of Arrays, Matrices

2008-03-26 Thread Dark Wind
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

Re: Dimensions of Arrays, Matrices

2008-03-26 Thread Michael Wieher
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 Pythonhttp://numpy.sf.net/, a high-speed array language for Python by