Displaying 1 result from an estimated 1 matches for "tensorrank".
2008 Mar 26
1
Equivalent of TensorRank
Hi,
In Mathematica, if we have a 3X3 matrix A, we can get its dimensions by:
Dimensions[A] = {3,3}
TensorRank[A] = 2
In R, we have dim() for Dimensions[]. Is there any direct function similar
to TensorRank in R?
Thank you
[[alternative HTML version deleted]]