What matrix do you think will act similarly in matrix algebra for \(2\times 2\) matrices to how the number \(1\) acts in number algebra? To answer this, try to fill in the first matrix below so that the matrix equality is always true, no matter the values of \(a,b,c,d\text{.}\)
\begin{equation*}
\begin{bmatrix} \fillinmath{XX} \amp \fillinmath{XX} \\ \fillinmath{XX} \amp \fillinmath{XX} \end{bmatrix}
\begin{bmatrix} a \amp b \\ c \amp d \end{bmatrix}
=
\begin{bmatrix} a \amp b \\ c \amp d \end{bmatrix}
\end{equation*}
Does \(IA=A\) work for every \(2 \times 2\) matrix \(A\text{?}\) For every \(2 \times 3\) matrix \(A\text{?}\) For every \(2\times\ell\) matrix \(A\text{,}\) no matter the number \(\ell\) of columns?
Consider specific matrix \(A\) and general matrix \(B\) below. Can you determine specific numbers for the entries of \(B\) so that \(B A = I\text{?}\) If so, check that \(A B = I\) also.
\begin{align*}
A \amp = \begin{abmatrix}{rr} 0 \amp -1 \\ 1 \amp 2 \end{abmatrix}
\amp
B \amp = \begin{bmatrix} a \amp b \\ c \amp d \end{bmatrix}
\end{align*}
Discovery 5.2 demonstrates that some square matrices have multiplicative inverses (i.e. are invertible) and some do not (called singular in this case). If square matrix \(A\) is invertible, write \(\inv{A}\) for its inverse. (But never write \(1/A\text{!}\)) This inverse is defined by its relationship to \(A\) and \(I\text{:}\)\(\inv{A}\) is the square matrix of the same size as \(A\) so that both \(A\inv{A} = I\) and \(\inv{A}A = I\) are true.
In the following, assume \(A,B,C\) are square invertible matrices, all of the same dimension, and assume that \(k\) is a nonzero scalar. Do not just look up the answers in the rest of this chapter, try to come up with them yourselves.
For this activity, it might be helpful to think of the pattern of the inverse in the following way: given a square matrix \(M\text{,}\) the inverse of \(M\) is the square matrix of the same size that can fill both of the boxes below to create true matrix equalities..
\begin{align}
M \boxed{\phantom{X}} \amp = I \amp \boxed{\phantom{X}} M \amp = I\tag{✶}
\end{align}
What do you think is the inverse of \(\inv{A}\text{?}\) In other words, if you use \(M = \inv{A}\) in (✶), what single choice of matrix can be used to fill in both boxes?
Determine a formula for the inverse of \(kA\) in terms of \(k\) and \(\inv{A}\text{.}\) In other words, if you use \(M = kA\) in (✶), what formula involving \(k\) and \(\inv{A}\) can be used to fill in both boxes?
Explain why the formula for the inverse of the product \(AB\) is not\(\inv{A}\inv{B}\text{.}\) Then determine a correct formula in terms of \(\inv{A}\) and \(\inv{B}\text{.}\) (Again, to determine the correct formula for \(\inv{(AB)}\text{,}\) use \(M = AB\) in (✶), and then try to figure out what single formula you can enter into both boxes so that both left-hand sides reduce to \(I\text{.}\))
What do you think \(A^{-2}\) means? There are two possibilities because the notation implies the application of two different processes: squaring and inverting. Do they both work out to be the same? Try with \(A\) given below. (For convenience, its inverse is also given.)
If we have a linear system \(A\uvec{x}=\uvec{b}\) with a square and invertible coefficient matrix \(A\text{,}\) we can use matrix algebra to solve the system instead of row reducing, by using \(\inv{A}\) to isolate \(\uvec{x}\text{.}\)
In general, for system \(A\uvec{x} = \uvec{b}\) with a coefficient matrix \(A\) that is square and invertible, how many solutions does the system have? Justify your answer.