Processing math: 100%

Glossary

Matrix

A matrix is simply a rectangular table of values; we say that a matrix with m rows and n columns has dimensions m×n. Given a matrix A, we write Ai,j (or sometimes ai,j to indicate the value found at the intersection of row i and column j, as shown in the figure below.

It may be helpful to think of the rows of an m×n matrix A as a collection of m arrays, each having length n.

Matrix

Wikipedia