Linear Transformations and Matrices

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
RadiationX
Messages
255
Reaction score
0
I'm having some difficulty understanding how to perform linear transformations on matrices. I understand the definition but not how to perform the operations. I'm going to give a few examples from my book:

Suppose that [tex]T: R^2 \longrightarrow R^2[/tex] is a linear transformation such that.

[tex]T\left(\left[\begin{array}{cc}1\\1\end{array}\right]\right)=\left( \left[\begin{array}{cc}2\\3\end{array}\right]\right)[/tex]

And

[tex]T\left(\left[\begin{array}{cc}1\\-1\end{array}\right]\right)= \left(\left[\begin{array}{cc}4\\-1\end{array}\right]\right)[/tex]


(a) Find: [tex]T\left(\left[\begin{array}{cc}3\\3\end{array}\right]\right)[/tex]


Solution:


since:
[tex]\left(\left[\begin{array}{cc}3\\3\end{array}\right]\right) = 3\left(\left[\begin{array}{cc}1\\1\end{array}\right]\right)[/tex]

it follows that

[tex]T\left(\left[\begin{array}{cc}3\\3\end{array}\right]\right) = T3\left(\left[\begin{array}{cc}1\\1\end{array}\right]\right) = 3T\left(\left[\begin{array}{cc}1\\1\end{array}\right]\right) = 3\left(\left[\begin{array}{cc}2\\3\end{array}\right]\right) = \left(\left[\begin{array}{cc}6\\9\end{array}\right]\right)[/tex]


How do they come to this solution?
 
Physics news on Phys.org
it follows from the definition of a linear transformation:

If T is a linear transformation, then
[tex]T(av_1 +bv_2) = aT(v_1)+bT(v_2)[/tex]

a and b are constants and [itex]v_1[/itex] and [itex]v_2[/itex] are vectors.