[Math] Find the matrix of T with respect to the standard bases for M2x2 and P2

linear algebralinear-transformationsmatricespolynomials

Let $T$: $M_{2×2}$ → $P_2$ be defined by $T$$\bigl( \begin{smallmatrix} a & b \\ c & d \end{smallmatrix} \bigr)$ = $(a+b-c-d)t^2+(c+d)t+(a+b)$.

Find the matrix of $T$ with respect to the standard bases for $M_{2×2}$ and $P_2$.

To start, one thing that confuses me about this problem is the format that T is in. Can anyone help me interpret T before continuing to solve this?

Best Answer

Perhaps better notation would be $T\left( \begin{bmatrix} a & b \\ c & d \end{bmatrix} \right) = (a+b-c-d)t^2 + (c+d)t + (a+b) $.

$T$ is a function. The matrix $\begin{bmatrix} a & b \\ c & d\end{bmatrix}$ is the input of $T$. The output of $T$ is the polynomial $(a+b-c-d)t^2 + (c+d)t + (a+b)$.

Related Question