MmaTranslator[Mma]
Dimensions
return a list of dimensions of an expression
Calling Sequence
Parameters
Description
Examples
Dimensions(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Dimensions command returns a list of dimensions of the specified expression.
withMmaTranslatorMma:
Use the command with the Maple translation.
DimensionsMatrix1,2,1,0
6
Alternatively, you can use the FromMma command with the evaluate option specified.
withMmaTranslator:
FromMma`Dimensions[{{1, 2}, {1,0}}]`,evaluate
2,2
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document