Exercise 2.6.9. Considering taking a polynomial from , the space of cubic polynomials in
, and multiplying it by the polynomial
to produce a polynomial in
, the space of polynomials in
of degree four. Describe a matrix representing this multiplication by considering its effect on the basis vectors
(representing the constant term),
,
, and
.
Answer: The matrix representing multiplying a member of
by
will have 4 columns because there are 4 basis vectors of
and will have 5 rows because it must produce a member of
.
Multiplying the basis vectors of by
we have
The resulting matrix representing the multiplication is
Consider the polynomial . Using matrix multiplication we have
Using normal multiplication we have
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.