Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: remainder (<p_1>, <p_2>)
![Remainder Example equiv_classes ({1, 1.0, 2, 2.0, 3, 3.0}, lambda ([x, y], is (equal (x, y))));
equiv_classes ({1, 1.0, 2, 2.0, 3, 3.0}, equal);
equiv_classes ({1, 2, 3, 4, 5, 6, 7}, lambda ([x, y], remainder (x - y, 3) = 0));](http://maxima-online.org//plot.html?g=i-1715482452.png&t=img&db=r-704243918)
Function: 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.
(%o1) true (%i2)