Matrix is Row Equivalent to Echelon Matrix/Examples

From ProofWiki
Jump to navigation Jump to search

Examples of Use of Matrix is Row Equivalent to Echelon Matrix

Arbitrary Matrix $1$

Let $\mathbf A = \begin {bmatrix} 0 & 1 & 1 \\ 0 & 1 & 0 \\ 1 & 1 & 0 \\ \end {bmatrix}$

This can be converted into the echelon form:

$\mathbf E = \begin {bmatrix} 1 & 1 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end {bmatrix}$


Arbitrary Matrix $2$

Let $\mathbf A = \begin {bmatrix} 1 & 1 & 1 & 1 \\ 2 & 3 & 4 & 5 \\ 3 & 4 & 5 & 6 \\ \end {bmatrix}$

This can be converted into the echelon form:

$\mathbf E = \begin {bmatrix} 1 & 1 & 1 & 1 \\ 0 & 1 & 2 & 3 \\ 0 & 0 & 0 & 0 \\ \end {bmatrix}$


Arbitrary Matrix $3$

Let $\mathbf A = \begin {bmatrix} 1 & 2 & 3 & 5 \\ 1 & 2 & 3 & 4 \\ 0 & 0 & 1 & 1 \\ \end {bmatrix}$

This can be converted into the echelon form:

$\mathbf E = \begin {bmatrix} 1 & 2 & 3 & 5 \\ 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 1 \\ \end {bmatrix}$


Arbitrary Matrix $4$

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

This can be converted into the echelon form:

$\mathbf E = \begin {bmatrix} 1 & 1 & 2 & 3 \\ 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 \\ \end {bmatrix}$


Arbitrary Matrix $5$

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

This can be converted into the echelon form:

$\mathbf E = \begin {bmatrix} 1 & 0 & -1 & -2 & -3 \\ 0 & 1 & 2 & 3 & 4 \\ 0 & 0 & 0 & 0 & 0 \\ \end {bmatrix}$


Sources