Division Command

From GeoGebra Manual
Revision as of 09:58, 5 August 2011 by Alexander Hartl (talk | contribs)
Jump to: navigation, search


This command works in CAS View only.

Division[ <Dividend Number>, <Divisor Number> ]
Returns the quotient (integer part of the result) and the remainder of the division of the two numbers.
Example:
Division[16, 3] returns {5,1}.


Division[ <Dividend Polynomial>, <Divisor Polynomial> ]
Returns the quotient and the remainder of the division of the two polynomials.
Example:
Division[x² + 3x + 1, x - 1] returns {x + 4, 5}.
© 2024 International GeoGebra Institute