Let
T:
R3→R2
be a linear transformation such that
(1,1,1) = (1,0),
(1,1,0) = (2, −1) and
(1,0,0) =
(4,3). What is
(2, −3,5)?
Find a1 , a2 and a3 such that "v = a_{1} v_{1} + a_{2} v_{ 2} + a_{3}v_{3},"
The above will lead to a linear system whose augmented matrix is:
"\\left[\\begin{array}{rrr|r}\n 1 & 1 & 1& 2\\\\\n 1 & 1& 0& -3\\\\\n 1 & 0& 0& 5\n \\end{array}\\right]"
Transform the above matrix to reduced row echelon form, and find the following values:
"a_{1} = 5\\\\\na_{2} = -8\\\\\na_{3} = 5"
Therefore,
"v = 5v_{1} \u2013 8v_{2} + 5v_{3}"
"v = 5[1,0] \u2013 8[2, -1] + 5[4,3]\\\\\nv= [9, 23]"
Therefore, (2, −3,5) = (9,23)
Comments
Leave a comment