ArrayIndFns
return the indexing functions of an Array
Calling Sequence
Parameters
Description
Examples
ArrayIndFns(A)
A
-
rtable
The ArrayIndFns(A) function returns the sequence of indexing functions for Array A.
This function is equivalent to op(1, A).
A≔Array⁡triangularupper,1..3,1..4
A≔000000000000
ArrayIndFns⁡A
triangularupper
op⁡1,A
See Also
Array
ArrayOptions
op
rtable_indfns
Download Help Document