roam
- 1,265
- 12
A = \left[\begin{array}{ccccc} 1 & -1 \\ 2 & 5 \\ 3 & 4 \end{array}\right]
Let T_{A}: R^2 \rightarrow R^3 be the matrix transformation that maps a 2 \times 1 column vector x in R2 into the 3 \times 1 column vector Ax in R3.
The relationship can be expressed as TA(x) = Ax
Find a vector x in R2 whose image under TA is \left(\begin{array}{ccc}7\\0\\7\end{ar ray}\right)
3. The Attempt at a Solution
If we write this in component form as:
\left[\begin{array}{ccccc} 1 & -1 \\ 2 & 5 \\ 3 & 4 \end{array}\right] \left[\begin{array}{ccccc} x_{1} \\ x_{2} \end{array}\right] =\left[\begin{array}{ccccc} 7 \\ 0 \\ 7 \end{array}\right]
I could solve for \left[\begin{array}{ccccc} x_{1} \\ x_{2} \end{array}\right]
However a linear equation in the matrix form "AX = B" can be solved easily for X if "A" is invertible and its inverse is known, you get: X = A-1B
But A = \left[\begin{array}{ccccc} 1 & -1 \\ 2 & 5 \\ 3 & 4 \end{array}\right] is NOT square and therefore it has no inverse!
Does anyone know how to find the solution?
Thank you
Let T_{A}: R^2 \rightarrow R^3 be the matrix transformation that maps a 2 \times 1 column vector x in R2 into the 3 \times 1 column vector Ax in R3.
The relationship can be expressed as TA(x) = Ax
Find a vector x in R2 whose image under TA is \left(\begin{array}{ccc}7\\0\\7\end{ar ray}\right)
3. The Attempt at a Solution
If we write this in component form as:
\left[\begin{array}{ccccc} 1 & -1 \\ 2 & 5 \\ 3 & 4 \end{array}\right] \left[\begin{array}{ccccc} x_{1} \\ x_{2} \end{array}\right] =\left[\begin{array}{ccccc} 7 \\ 0 \\ 7 \end{array}\right]
I could solve for \left[\begin{array}{ccccc} x_{1} \\ x_{2} \end{array}\right]
However a linear equation in the matrix form "AX = B" can be solved easily for X if "A" is invertible and its inverse is known, you get: X = A-1B
But A = \left[\begin{array}{ccccc} 1 & -1 \\ 2 & 5 \\ 3 & 4 \end{array}\right] is NOT square and therefore it has no inverse!
Does anyone know how to find the solution?
Thank you