Matrices

An m by n matrix A contains nm elements in it. For $1 \le
i \le m$, $1 \le j \le n$, A[i,j] is the (i,j)th element of matrix A.

Matrices can be used to represent all kinds of things. A[i,j] might be:


next up previous
Next: Vectors and Matrix-Vector Product Up: SPARSE MATRICES Previous: SPARSE MATRICES