Matrix/Examples

From ProofWiki
Jump to navigation Jump to search

Examples of Matrices

Example of a $3 \times 4$ Matrix

An example of a matrix of order $3 \times 4$ is:

$\mathbf A := \begin {bmatrix} 1 & 0 & -3 & 1 \\ 2 & 1 & 3 & 1 \\ 1 & 0 & 1 & 1 \end {bmatrix}$

Row $2$ of $\mathbf A$ is $\begin {bmatrix} 2 & 1 & 3 & 1 \end {bmatrix}$.

Column $3$ of $\mathbf A$ is $\begin {bmatrix} -3 \\ 3 \\ 1 \end {bmatrix}$.


$1 \times 1$ Matrix

A matrix of order $1 \times 1$ is a single element:

$\mathbf B := \begin {bmatrix} b \end {bmatrix}$

Such a matrix can be identified with a scalar, that is: an element of the underlying set