rem SciMax Toolbox remarray

SciMax Toolbox >> remainder

remainder

Maxima Function

Calling Sequence

remainder (p_1, p_2)
remainder(p_1,p_2,x_1,...,x_n)

Description

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.

rem SciMax Toolbox remarray