Division Command

From GeoGebra Manual
Revision as of 16:10, 1 January 2013 by Bot (talk | contribs) (Bot: Automated text replacement (-{{betamanual|version=4.2}} + ))
Jump to: navigation, search


Division[ <Dividend Number>, <Divisor Number> ]
Gives the quotient (integer part of the result) and the remainder of the division of the two numbers.
Example:
Division[16, 3] yields {5, 1}.
Division[ <Dividend Polynomial>, <Divisor Polynomial> ]
Gives the quotient and the remainder of the division of the two polynomials.
Example:
Division[x^2 + 3 x + 1, x - 1] yields {x + 4, 5}.

CAS Syntax

Division[ <Dividend Number>, <Divisor Number> ]
Gives the quotient (integer part of the result) and the remainder of the division of the two numbers.
Example:
Division[16, 3] yields {5, 1}.
Division[ <Dividend Polynomial>, <Divisor Polynomial> ]
Gives the quotient and the remainder of the division of the two polynomials.
Example:
Division[x^2 + 3 x + 1, x - 1] yields {x + 4, 5}.
© 2024 International GeoGebra Institute