TsAmE
- 129
- 0
Homework Statement
Let T: \mathbb{R}^3 \to \mathbb{R}^3 be the linear map represented by the matrix \begin{pmatrix} 4 & -1 & 0 \\ 6& 3 & -2\\ 12& 6 & -4\end{pmatrix}
What is the image under T of the plane 2x - 5y + 2z = -5?
Homework Equations
None
The Attempt at a Solution
I made z = \mu and y = \lambda (since z and y are both excess variables) and so got the parametric equations of my plane to be:
x = \frac{-5}{2} + \frac{5}{2}\lambda - \mu
y = \lambda
z = \mu
where \mu, \lambda\varepsilon \mathbb{R} but the correct answer was:
\begin{pmatrix}x\\y \\z\end{pmatrix} = \begin{pmatrix}1\\3 \\4\end{pmatrix} + \lambda \begin{pmatrix}5\\2 \\0\end{pmatrix} + \mu\begin{pmatrix}1\\0 \\-1\end{pmatrix}
Im not sure what I did wrong