Difference between revisions of "GCD Command"

From GeoGebra Manual
Jump to: navigation, search
(applied Template:Alternate Language)
(command syntax: changed [ ] into ( ))
(19 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|algebra}}
<noinclude>{{Alternate Language|region=US|page_type=Command|US_version=GCD|UK_version=HCF|Aus_version=HCF}} </noinclude>
+
{{Alternate Language|region=US|page_type=Command|US_version=GCD|non-US_version=HCF}}  
  
; GCD[Number a, Number b]: Calculates the greatest common divisor of numbers ''a'' and ''b''.
+
;GCD( <Number>, <Number> )
; GCD[List of Numbers]: Calculates the greatest common divisor of the list of numbers.
+
:Calculates the greatest common divisor of the two numbers .
 +
:{{example| 1=<div><code><nowiki>GCD(12, 15)</nowiki></code> yields ''3''.</div>}}
 +
;GCD( &lt;List of Numbers> )
 +
:Calculates the greatest common divisor of the list of numbers.
 +
:{{example| 1=<div><code><nowiki>GCD({12, 30, 18})</nowiki></code> yields ''6''.</div>}}
 +
 
 +
{{hint|In the [[File:Menu view cas.svg|link=|16px]] [[CAS View]] you can also use the following syntax:}}
 +
;GCD( <Polynomial>, <Polynomial> )
 +
:Calculates the greatest common divisor of the two polynomials.
 +
:{{example| 1=<div><code><nowiki>GCD(x^2 + 4 x + 4, x^2 - x - 6)</nowiki></code> yields ''x + 2''.</div>}}
 +
;GCD( &lt;List of Polynomials> )
 +
: Calculates the greatest common divisor of the list of polynomials.
 +
:{{example| 1=<div><code><nowiki>GCD({x^2 + 4 x + 4, x^2 - x - 6, x^3 - 4 x^2 - 3 x + 18})</nowiki></code> yields ''x + 2''.</div>}}
 +
 
 +
{{note|See also [[LCM Command]].}}

Revision as of 11:51, 5 October 2017



GCD( <Number>, <Number> )
Calculates the greatest common divisor of the two numbers .
Example:
GCD(12, 15) yields 3.
GCD( <List of Numbers> )
Calculates the greatest common divisor of the list of numbers.
Example:
GCD({12, 30, 18}) yields 6.


Note Hint: In the Menu view cas.svg CAS View you can also use the following syntax:
GCD( <Polynomial>, <Polynomial> )
Calculates the greatest common divisor of the two polynomials.
Example:
GCD(x^2 + 4 x + 4, x^2 - x - 6) yields x + 2.
GCD( <List of Polynomials> )
Calculates the greatest common divisor of the list of polynomials.
Example:
GCD({x^2 + 4 x + 4, x^2 - x - 6, x^3 - 4 x^2 - 3 x + 18}) yields x + 2.


Note: See also LCM Command.
© 2024 International GeoGebra Institute