Maxima Function
arrayapply (A, [i_1, ..., i_n])
Evaluates A [i_1, ..., i_n], where A is an array and i_1, ..., i_n are integers.
A [i_1, ..., i_n]
This is reminiscent of apply, except the first argument is an array instead of a function.
apply