Vocabularymath.
polynomialsInputsp | a polynomial |
q | a polynomial |
Outputsp' | a polynomial |
q' | a polynomial |
Word descriptionTrims excess zeros from two polynomials.
ExamplesUSING: kernel math.polynomials prettyprint ;
{ 0 1 0 0 } { 1 0 0 } 2ptrim [ . ] bi@
{ 0 1 }
{ 1 }
Definition