Difference between revisions of "Div Command"

From GeoGebra Manual
Jump to: navigation, search
m
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude {{command|cas=true|algebra}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|algebra}}
 
;Div[ <Dividend Number>, <Divisor Number> ]
 
;Div[ <Dividend Number>, <Divisor Number> ]
 
:Returns the quotient (integer part of the result) of the two numbers.
 
:Returns the quotient (integer part of the result) of the two numbers.

Revision as of 10:38, 4 August 2015


Div[ <Dividend Number>, <Divisor Number> ]
Returns the quotient (integer part of the result) of the two numbers.
Example:
Div[16, 3] yields 5.
Div[ <Dividend Polynomial>, <Divisor Polynomial> ]
Returns the quotient of the two polynomials.
Example:
Div[x^2 + 3 x + 1, x - 1] yields f(x) = x + 4.

CAS Syntax

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