Questions
Question 1
*
What augmented matrix is used to compute \(A^{-1}\) by row reduction?
Question 2
*
In the cofactor method, what matrix is transposed before dividing by \(\det(A)\)?
Question 3
*+
Why must every row operation in \((A\mid I)\) be applied to both halves?
Question 4
*+
What conclusion should be drawn if the left side of \((A\mid I)\) cannot be reduced to \(I\)?
Question 5
**
Compute the inverse of \(\begin{pmatrix}1&1\\0&2\end{pmatrix}\) using row reduction.
Question 6
**
For \(A=\begin{pmatrix}2&1\\1&1\end{pmatrix}\), compute the cofactor matrix and hence \(A^{-1}\).
Question 7
**+
Use \((A\mid I)\) to find the inverse of \(A=\begin{pmatrix}1&3\\0&1\end{pmatrix}\).
Question 8
**+
Compute \(A^{-1}\) for \(A=\begin{pmatrix}3&0\\2&1\end{pmatrix}\) by row reduction.
Question 9
***
Compute \(\begin{pmatrix}1&2\\3&7\end{pmatrix}^{-1}\) by row reduction and verify the result.
Question 10
***
Use the cofactor formula to compute \(\begin{pmatrix}4&1\\3&1\end{pmatrix}^{-1}\).
Question 11
***+
A row-reduction attempt reaches \(\left(\begin{array}{cc|cc}1&2&1&0\\0&0&-3&1\end{array}\right)\). What does this show about the inverse?
Question 12
***+
Explain why the transpose in \(A^{-1}=\frac1{\det(A)}C^T\) cannot be skipped.
Question 13
****
Use row reduction to find the inverse of \(A=\begin{pmatrix}1&0&0\\2&1&0\\3&4&1\end{pmatrix}\).
Question 14
****
For \(A=\begin{pmatrix}1&2&0\\0&1&3\\0&0&1\end{pmatrix}\), compute \(A^{-1}\).
Question 15
****+
For which values of \(t\) will the row-reduction method fail for \(A=\begin{pmatrix}t&1\\4&2\end{pmatrix}\)?
Question 16
****+
A student forms \((I\mid A)\) instead of \((A\mid I)\) and row-reduces the left side. Explain why this does not compute \(A^{-1}\).
Question 17
****+
Compute the inverse of \(A=\begin{pmatrix}2&1&0\\0&1&0\\0&3&1\end{pmatrix}\) by applying row operations to both halves.
Question 18
*****
A student computes the cofactor matrix correctly as \(C=\begin{pmatrix}2&-1\\-5&3\end{pmatrix}\) and \(\det(A)=1\), then reports \(A^{-1}=C\). What check would reveal the error?
Question 19
*****
Explain why dividing by \(\det(A)\) in the cofactor formula forces a determinant check before computing an inverse.
Question 20
*****
Compare row reduction and cofactors for inverse computation. When is each method likely to be less error-prone?