Vocabularymath.
polynomialsInputs| p | a polynomial |
| q | a polynomial |
Outputs| z | a polynomial |
| w | a polynomial |
Word descriptionComputes to quotient
z and remainder
w of dividing
p by
q.
ExamplesUSING: kernel math.polynomials prettyprint ;
{ 1 1 1 1 } { 3 1 } p/mod [ . ] bi@
V{ 7 -2 1 }
V{ -20 0 0 }
Definition