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

Reply via email to