How could a matrix equation of the form \(A\vec x=\vec b\) be solved for \(\vec x\text{?}\)
Multiply: \((\RREF A)(A\vec x)=(\RREF A)\vec b\)
Add: \((\RREF A) + A\vec x=(\RREF A)+\vec b\)
Multiply: \((A^{-1})(A\vec x)=(A^{-1})\vec b\)
Add: \((A^{-1}) + A\vec x=(A^{-1})+\vec b\)
(d)
Find \(\left[\begin{matrix}x_1\\x_2\\x_3\\x_4\end{matrix}\right]\) using the method you chose in (c).
Remark4.3.3.
The linear system described by the augmented matrix \([A \mid \vec b]\) has exactly the same solution set as the matrix equation \(A\vec x=\vec b\text{.}\)
When \(A\) is invertible, then we have both \([A \mid \vec b]\sim[I \mid \vec x]\) and \(\vec x=A^{-1}\vec b\text{,}\) which can be seen as
Explain and demonstrate how this problem can be restated using matrix multiplication.
(b)
Use the properties of matrix multiplication to find the unique solution.
Subsection4.3.3Individual Practice
Activity4.3.5.
Solving linear systems using matrix multiplication is most useful when we are working with one common coefficient matrix, and varying the right-hand side. That is, when we have \(A\vec{x}=\vec{b}\) for several different values of \(\vec{b}\text{.}\)
In the following, let \(A=\left[\begin{matrix}2 & -1 & -6\\ 2 & 1 & 3\\ 1 & 1 & 4\end{matrix}\right]\) and consider the following questions about various equations of the form \(A\vec{x}=\vec{b}\text{?}\)
(a)
Suppose that \(\vec{b}=\left[\begin{matrix} 1\\1\\1\end{matrix}\right]\text{.}\) If asked to solve the equation \(A\vec{x}=\vec{b}\text{,}\) which of the following approaches do you prefer?
Calculate \(\RREF[A|\vec{b}]\text{.}\)
Calculate \(A^{-1}\) and then compute \(\vec{x}=A^{-1}\vec{b}\)
(b)
Suppose that \(\vec{b}_1,\vec{b}_2,\vec{b}_3=\left[\begin{matrix} 1\\1\\1\end{matrix}\right],\left[\begin{matrix} 2\\1\\3\end{matrix}\right],\left[\begin{matrix} -1\\3\\5\end{matrix}\right]\text{.}\) If asked to solve each of the equations \(A\vec{x}=\vec{b}_1, A\vec{x}=\vec{b}_2, A\vec{x}=\vec{b}_3\text{,}\) which of the following approaches do you prefer?
Calculate \(\RREF[A|\vec{b}_1]\text{,}\)\(\RREF[A|\vec{b}_2]\text{,}\) and \(\RREF[A|\vec{b}_3]\)
Calculate \(A^{-1}\) and then compute \(\vec{x}=A^{-1}\vec{b}_1\text{,}\)\(\vec{x}=A^{-1}\vec{b}_2\text{,}\) and \(\vec{x}=A^{-1}\vec{b}_3\)
(c)
Suppose that \(\vec{b}_1,\dots, \vec{b}_{10}\) are 10 distinct vectors. If asked to solve each of the equations \(A\vec{x}=\vec{b}_1, \dots, A\vec{x}=\vec{b}_{10}\text{,}\) which of the following approaches do you prefer?
Use row reduction to find the inverse of the following general matrix. Give conditions on which this inverse exists.
\begin{equation*}
\left[\begin{array}{ccc}1 & b & c \\ d & e & f \\ g & h & i \end{array}\right]
\end{equation*}
Exploration4.3.7.
Assume that \(H\) is invertible, and that \(HG\) is the zero matrix. Prove that \(G\) must be the zero matrix. Would this still be true if \(H\) were not invertible?
Exploration4.3.8.
If \(H\) is invertible and \(r \in \mathbb{R}\text{,}\) what is the inverse of \(rH\text{?}\)
Exploration4.3.9.
If \(H\) and \(G\) are invertible, is \(H^{-1} + G^{-1} = (H+G)^{-1}\text{?}\)
Exploration4.3.10.
Prove that if \(A\text{,}\)\(P\text{,}\) and \(Q\) are invertible with \(PAQ = I\text{,}\) then \(A^{-1} = QP\text{.}\)