CS2322

Laboratory Problem 12

Polynomial Arithmetic

In this problem we wish to produce a polynomial division routine which will work with the polynomial routines described in Section 5.3 of the text. One problem that must be resolved is that of needing to return both a quotient polynomial and a remainder polynomial.

Lab 12 Scheme Code