Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Remainder

Function: remainder (<p_1>, <p_2>)

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));

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) 

Related Examples

remainder

? remainder;

Calculate

remainder

? remainder;

Calculate