Difference between revisions of "Division Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
 
{{command|CAS}}
 
{{command|CAS}}
 
;Division[ <Dividend Number>, <Divisor Number> ]
 
;Division[ <Dividend Number>, <Divisor Number> ]

Revision as of 16:31, 12 June 2012

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] yields {5, 1}.
Division[ <Dividend Polynomial>, <Divisor Polynomial> ]
Returns 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