Linear Algebra: Finding the Standard Matrix from a Function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 6K views
Cod
Messages
325
Reaction score
4

Homework Statement



Find the standard matrix of T(f(t)) = f(3t-2) from P2 to P2.

Homework Equations



n/a

The Attempt at a Solution



The overall question has to do with finding the determinants, so the matrix is provided; however, I want to know how the author came up with the standard matrix of T.

Any help is greatly appreciated.
 
Physics news on Phys.org
You can find the columns of the matrix representation by applying the transformation to the basis vectors. If you're using the basis {1, t, t2}, the first column of the matrix would correspond to T(1), the second column to T(t), and the third column to T(t2).
 
Thanks for the guidance. What happens when the basis is Rn? I realize R2 is a 3x3 matrix, R3 is a 4x4, and so on.
 
Sorry, I was looking at my homework when I typed the last post. I meant vector space.
 
vela said:
Same thing. You choose a basis and apply the transformations to the basis vectors to get the columns of the matrix representing the transformation.

So, I could choose a basis of 1, t, t2; 1, t, t2, t3; and so on (to tnth)?
 
Not for Rn because those aren't vectors in Rn. P2 consists of polynomials of degree less than or equal to 2, and each polynomial is a linear combination of 1, t, and t2. It turns out 1, t, and t2 are also independent, so they form a basis for P2. Rn, however, is a set of n-tuples, not polynomials. You need a collection of n linearly independent n-tuples to have a basis for Rn.