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.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Dimensions⁡Matrix⁡1,2,1,0
6
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Dimensions[{{1, 2}, {1,0}}]`,evaluate
2,2
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document