Mathematical Immaturity

2.20 Exercises

Determine the inverse of each of the matrices in Exercises 12 through 16.

15. $\quad$ \begin{align*} \begin{bmatrix} 1 & 2 & 3 & 4 \\ 0 & 1 & 2 & 3 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 0 & 1 \\ \end{bmatrix} \end{align*}

Solution. $\quad$ First, we initialize the following augmented matrix. \begin{align*} \begin{bmatrix} \begin{array}{cccc|cccc} 1 & 2 & 3 & 4 & 1 & 0 & 0 & 0\\ 0 & 1 & 2 & 3 & 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 2 & 0 & 0 & 1 & 0\\ 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1\\ \end{array} \end{bmatrix} \end{align*} Then, we apply the Gauss-Jordan elimination process to turn the left side of the array into the $4 \times 4$ identity matrix, and the right side into the inverse of the given matrix. \begin{align*} \begin{bmatrix} \begin{array}{cccc|cccc} 1 & 2 & 3 & 0 & 1 & 0 & 0 & -4\\ 0 & 1 & 2 & 0 & 0 & 1 & 0 & -3\\ 0 & 0 & 1 & 0 & 0 & 0 & 1 & -2\\ 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1\\ \end{array} \end{bmatrix} \end{align*} \begin{align*} \begin{bmatrix} \begin{array}{cccc|cccc} 1 & 2 & 0 & 0 & 1 & 0 & -3 & 2\\ 0 & 1 & 0 & 0 & 0 & 1 & -2 & 1\\ 0 & 0 & 1 & 0 & 0 & 0 & 1 & -2\\ 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1\\ \end{array} \end{bmatrix} \end{align*} \begin{align*} \begin{bmatrix} \begin{array}{cccc|cccc} 1 & 0 & 0 & 0 & 1 & -2 & 1 & 0\\ 0 & 1 & 0 & 0 & 0 & 1 & -2 & 1\\ 0 & 0 & 1 & 0 & 0 & 0 & 1 & -2\\ 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1\\ \end{array} \end{bmatrix} \end{align*} This gives us the inverse $\begin{bmatrix} \begin{array}{cccc|cccc} 1 & -2 & 1 & 0\\ 0 & 1 & -2 & 1\\ 0 & 0 & 1 & -2\\ 0 & 0 & 0 & 1\\ \end{array} \end{bmatrix}. \quad \blacksquare$