Let $$T : P_4 \rightarrow P_{3} $$ be given by : $$ T(a_0 + a_1x + a_2x^2 + a_3x^3) = (a_0-a_1+2a_2-a_3) + (-a_0+3a_1 - 2a_2+3a_3)x + (2a_0 - 3a_1+ 5a_2)x^2 + (3a_0 - a_1 + 7a_2 + 2a_3)x^3 $$
Find a basis for R(T).
I am unsure of how to find a matrix of this linear transformation in order to find the basis for R(T).
I am able to solve problems such as this one posted: Finding range of a linear transformation. However, I am confused as to the fact that I am only given the singular equation for the transformation. Is it equivalent to write:
$$ T(a_0 , a_1x , a_2x^2 , a_3x^3) = ((a_0-a_1+2a_2-a_3), (-a_0+3a_1 - 2a_2+3a_3), (2a_0 - 3a_1+ 5a_2), (3a_0 - a_1 + 7a_2 + 2a_3) ) $$
and then find the range similarly to the linked problem?
Thank you!