Problem
1. Write a function that will discard the top polynomial on the stack, and include this capability as a new command.
2. Write a function that will interchange the top two polynomials on the stack, and include this capability as a new command.
3. Write a function that will add all the polynomials on the stack together, and include this capability as a new command.