With nn unknowns the theory of systems changes little, but the notation becomes cumbersome: it is convenient to gather all the coefficients into an ordered table, the matrix.

An m×nm\times n matrix is a table of numbers with mm rows and nn columns. We denote it with a capital letter and call aija_{ij} the element of row ii and column jj:

A=(a11a12a1na21a22a2nam1am2amn).A = \begin{pmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn}\end{pmatrix}.

If m=nm=n the matrix is said to be square. The matrix InI_n with 11 on the diagonal and 00 elsewhere is called the identity.

Connections

Topics: Linear systems
Concepts: Matrix · Identity matrix · Square matrix