Find the matrix representation of T relative to the basis B = {1, t, t^2}

Nemanjavuk69

Junior Member
Joined
Mar 23, 2022
Messages
71
Hello everyone

I have the following problem I am working on, please open up the attached picture file.

1672789962061.png

I know the answer to this problem is M=[200034506]M = \begin{bmatrix} 2 & 0 & 0\\ 0 & 3 & 4\\ 5 & 0 & -6 \end{bmatrix}

However, I have no clue how this is being calculated, I would appreciate if someone could give me a detailed and easy way of understanding how to find the matrix representation of T relative to the basis B={1,t,t2}B = \begin{Bmatrix} 1, & t, & t^2\\ \end{Bmatrix}
 
If you looked closely you will see a pattern!
Look at the result for T(a0+a1t+a2t2)
How many a0 do you have for the constant?
How many a0 do you have for t?
How many a0 do you have for t2?
 
Hello everyone

I have the following problem I am working on, please open up the attached picture file.

View attachment 34728

I know the answer to this problem is M=[200034506]M = \begin{bmatrix} 2 & 0 & 0\\ 0 & 3 & 4\\ 5 & 0 & -6 \end{bmatrix}

However, I have no clue how this is being calculated, I would appreciate if someone could give me a detailed and easy way of understanding how to find the matrix representation of T relative to the basis B={1,t,t2}B = \begin{Bmatrix} 1, & t, & t^2\\ \end{Bmatrix}
Hint:

Say that we have an operator
A:P2P2:(a0a1a2)(a000)A: \mathbb{P}_2 \to \mathbb{P}_2: \left ( \begin{matrix} a_0 \\ a_1 \\ a_2 \end{matrix} \right ) \mapsto \left ( \begin{matrix} a_0 \\ 0 \\ 0 \end{matrix} \right ).

Can you tell me what the matrix representation of A will be?

What if we had
B:P2P2:(a0a1a2)(a00a1)B: \mathbb{P}_2 \to \mathbb{P}_2: \left ( \begin{matrix} a_0 \\ a_1 \\ a_2 \end{matrix} \right ) \mapsto \left ( \begin{matrix} a_0 \\ 0 \\ a_1 \end{matrix} \right ).

-Dan
 
Hello everyone

I have the following problem I am working on, please open up the attached picture file.

View attachment 34728

I know the answer to this problem is M=[200034506]M = \begin{bmatrix} 2 & 0 & 0\\ 0 & 3 & 4\\ 5 & 0 & -6 \end{bmatrix}

However, I have no clue how this is being calculated, I would appreciate if someone could give me a detailed and easy way of understanding how to find the matrix representation of T relative to the basis B={1,t,t2}B = \begin{Bmatrix} 1, & t, & t^2\\ \end{Bmatrix}
To try an answer, one is tempted to ask if "you have studied any of this"?
The question gives the basis B={1,t,t2} for P2\mathcal{B}=\left\{1,t,t^2\right\}\text{ for }\mathbb{P}_2
Moreover, the mapping T(a0+a1t+a2t2)=2a0+(3a1+4a2)t+(5a06a2)t2\mathit{T}\left(a_0+a_1t+a_2t^2\right)=2a_0+\left(3a_1+4a_2\right)t+\left(5a_0-6a_2\right)t^2
clearly that gives us the transformation matrix: M=[200034506] M=\begin{bmatrix} 2& 0 & 0 \\ 0 & 3 & 4 \\ 5 & 0 & -6\end{bmatrix}

 
Last edited:
Top