Homework

Change the program for multiplication of two polynomials in the following way:

  1. remove the trailing "+"
  2. remove x^0
  3. replace x^1 with x
  4. replace +- with -
  5. remove 0x^...

Back to Course Materials