What theorem can be used to recursively multiply two polynomials together?
Is there another theorem that uses recursion to add together two polynomials recursively?
I'm looking for something that accomplishes these things in much the same way that Horner's method can be used to evaluate a polynomial.
Thank You!