array_dims - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

array_dims

  

size of an Array in each dimension

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

array_dims(M)

Parameters

M

-

Array, array, list, Matrix, Vector

Description

• 

The array_dims(M) function returns the equivalent of [rtable_dims(M)], but works on arrays and lists as well.

• 

When M is a scalar the result will always be [ 1..1 ].

Examples

withMTM:

array_dims1,2,3,4

1..2,1..2

(1)

See Also

rtable_dims

MTM[size]