Here I’ll show how to find the matrix of a linear transformation by doing so for the transformation corresponding to the differentiation of a second-degree polynomial. This transformation takes the coefficients of the polynomial to be differentiated and returns the coefficients of the derivative, which is a first-degree polynomial. We know that
dxd(ax2+bx+c)=2ax+b,
and so we have
Tabc=(2ab).
Because
T:R3→R2,
the matrix of T is 2-by-3. (The product of two matrices has as many rows as the first matrix, and as many columns as the second matrix. Also, two matrices can be multiplied only if the first matrix has as many columns as the second one has rows.) Thus,
Tabc=(t1t4t2t5t3t6)abc=(2ab)
for some t1 through t6. We can see that
t1a+t2b+t3ct4a+t5b+t6c=2a=b,
or
t1a+t2b+t3ct4a+t5b+t6c=2a+0b+0c=0a+1b+0c.
It is clear that t1=2, t5=1, and the remaining t’s are 0. This gives us
Tabc=(200100)abc,
with the transformation matrix being
(200100).
As a closing note, we could just as well have T be a mapping from R3 to R3, in which case the transformation matrix would be 3-by-3, and one of its rows would contain only zeros.