[prev] [index] [next]

2d Arrays (Matrices)

An array of N arrays, each of size M, is a matrix.

Examples:

[Diagram:Pic/matrices.png]


Note:   q[0][1]==2.7    r[1][3]==8    q[1]=={3.1,0.1}