MVIndex - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/MVIndex

check for an expression of type MVIndex (Matrix or Vector index)

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, MVIndex)

Parameters

expr

-

any expression

Description

• 

The type(expr, MVIndex) function returns true if expr is an integer, an integer range, or a list whose elements are either integers or ranges of integers.

Examples

type1,MVIndex

true

(1)

type4..1,MVIndex

true

(2)

type1,3..5,7,8,10..1,MVIndex

true

(3)

See Also

integer

list

Matrix

range

type

type/integer

Vector