Linear algebra(linear transformation)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
chuy52506
Messages
77
Reaction score
0

Homework Statement


Let B={[1,1]T,[1,2]T} be a basis of R2.
Suppose T[tex]\in[/tex]L(R2,R2) with [T]B=
|1 2|
|3 4|

Homework Equations


Find T([4,3]T)

The Attempt at a Solution


I augmenting matrix A such that [A|[T]B]
 
Physics news on Phys.org
Remember, the columns in the matrix representation of T are just the image of the basis vectors. That is [T]B =

[tex] \left(\begin{array}{cc} | & | \\ T(v_1) & T(v_2) \\ | & | \end{array}\right)[/tex]

Use this and then write (4,3) as a linear combination of the basis vectors.
 
then would it be
|1| + |1|
|1|*4 + |2|*3= answer?