SubPoly:

--------------------------------------------------------------------------
   Subtract two polynomials so that c = a - b.

   Since version 1.
------------------------------------------------------------------------
   Form:
   c = SubPoly ( a, b )
------------------------------------------------------------------------

   ------
   Inputs
   ------
   a                   Polynomial
   b                   Polynomial

   -------
   Outputs
   -------
   c                   Sum of the inputs

------------------------------------------------------------------------

Children:

Math: Linear/DelLZ