- #1
bwpbruce
- 60
- 1
$\textbf{Problem}$
Let $\textbf{b} = \begin{bmatrix}\begin{array}{r} 8 \\ 7 \\ 5 \\ -3 \end{array}\end{bmatrix}$ and let $A = \begin{bmatrix} 2 & 3 & 5 & - 5 \\ -7 & 7 & 0 & 0 \\ -3 & 4 & 1 & 3 \\ -9 & 3 & -6 & -4 \end{bmatrix}$
Is $\textbf{b}$ in the range of the transformation $\textbf{x} \mapsto A\textbf{x}$. If so, find an $\textbf{x}$ whose image under the transformation is $\textbf{b}$.$\textbf{My Solution}$
By inspection, notice that the sum of columns $\textbf{a}_2$ and $\textbf{a}_3$ is $\textbf{b}$.
In other words: \begin{align*}\begin{bmatrix} 3 \\ 7 \\ 4 \\ 3 \end{bmatrix} + \begin{bmatrix} 5 \\ 0 \\ 1 \\ -6 \end{bmatrix} &= \begin{bmatrix} 3 + 5 \\ 7 + 0 \\ 4 + 1 \\ 3 - 6 \end{bmatrix} = \begin{bmatrix} 8 \\ 7 \\ 5 \\ -3 \end{bmatrix} \end{align*}
So $\textbf{b}$ is in the range of $T$.
Also by inspection, it is obvious that for $A\textbf{(x)} = \textbf{b}$, $\textbf{x} = \begin{bmatrix} 0 \\ 1 \\ 1 \\ 0 \end{bmatrix}$.
Is my approach to this acceptable?
Let $\textbf{b} = \begin{bmatrix}\begin{array}{r} 8 \\ 7 \\ 5 \\ -3 \end{array}\end{bmatrix}$ and let $A = \begin{bmatrix} 2 & 3 & 5 & - 5 \\ -7 & 7 & 0 & 0 \\ -3 & 4 & 1 & 3 \\ -9 & 3 & -6 & -4 \end{bmatrix}$
Is $\textbf{b}$ in the range of the transformation $\textbf{x} \mapsto A\textbf{x}$. If so, find an $\textbf{x}$ whose image under the transformation is $\textbf{b}$.$\textbf{My Solution}$
By inspection, notice that the sum of columns $\textbf{a}_2$ and $\textbf{a}_3$ is $\textbf{b}$.
In other words: \begin{align*}\begin{bmatrix} 3 \\ 7 \\ 4 \\ 3 \end{bmatrix} + \begin{bmatrix} 5 \\ 0 \\ 1 \\ -6 \end{bmatrix} &= \begin{bmatrix} 3 + 5 \\ 7 + 0 \\ 4 + 1 \\ 3 - 6 \end{bmatrix} = \begin{bmatrix} 8 \\ 7 \\ 5 \\ -3 \end{bmatrix} \end{align*}
So $\textbf{b}$ is in the range of $T$.
Also by inspection, it is obvious that for $A\textbf{(x)} = \textbf{b}$, $\textbf{x} = \begin{bmatrix} 0 \\ 1 \\ 1 \\ 0 \end{bmatrix}$.
Is my approach to this acceptable?
Last edited: