Opus5.Application3

Explanation

This application illustrates the implementation of polynomials using ordered lists. It uses the Term class given in Program 7.19, the Polynomial interface given in Program 7.20, and the PolynomialAsOrderedList class given in Program 7.21.

The source code for the main method is available here.

Instructions

This is a non-interactive program that creates and prints several polynomials, differentiates the polynomials, and prints the results.


Bruno
Copyright © 1999 by Bruno R. Preiss, P.Eng. All rights reserved.