Maxima Function
remainder (p_1, p_2)
remainder(p_1,p_2,x_1,...,x_n)
Returns the remainder of the polynomial p_1 divided by the polynomial p_2.
The arguments x_1, ..., x_n are interpreted as in ratvars
.
remainder
returns the second element
of the two-element list returned by divide
.