Array Subscript Operator

Keystroke: [

v[n

Returns the nth element of v. If v has no nth element, you see an appropriate error message.

M[m,n

Returns the element in row m and column n of M. If M has no mnth element, you'll see an appropriate error message.

Operands:

Notes:

QuickSheet

Related Topics