Find the image of an arbitrary vector
Do you know how to compute the inverse of a matrix?
yes, I do.
Then this problem is similar to the previous one. We can find the matrix for T written with respect to the standard basis and then apply it to the vector (x, y)
We will do so as follows. Let \(A = \left(\begin{array}{cc} 3 & 1 \\ -8 & -3 \end{array}\right)\) Let \(B = \left(\begin{array}{cc} 19 & 8 \\ 51 & 19 \end{array}\right)\) Then we get the following \(BA^{-1}.(x, y)\)
Let me know what you end up with.
so the inverse of A is \[\left[\begin{matrix}3 & 1 \\ -8 &-3\end{matrix}\right]\]
Yes it is its own inverse.
Now compute \(BA^{-1}\)
that would be \[\left[\begin{matrix}-7 & -5 \\ 1 & -6\end{matrix}\right]\]
Yes, now apply it to the vector \([x, y]\)
\[\left(\begin{matrix}-12x \\ -5y\end{matrix}\right)\]
Not quite, it is \(x\) times the first column, plus \(y\) times the second column.
You are multiplying \(\left(\begin{array}{cc} -7 & -5 \\ 1 & -6 \end{array}\right)\left(\begin{array}{c} x \\ y \end{array}\right)\)
\[\left(\begin{matrix}-7x-5y \\ x-6y\end{matrix}\right)\]
Yes exactly.
Sorry about before, formatted it incorrectly, (x, y) is a column vector.
Anyway, that should be the correct solution.
It is. Thank you for the help tonight.
another way to solve this assume that T(x,y) is a matrix
|dw:1417306338267:dw|
Join our real-time social learning platform and learn together with your friends!