Difference between revisions of "GCD Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
{{command|algebra}}
+
{{command|cas=true|algebra}}
 
{{Alternate Language|region=US|page_type=Command|US_version=GCD|non-US_version=HCF}}  
 
{{Alternate Language|region=US|page_type=Command|US_version=GCD|non-US_version=HCF}}  
  

Revision as of 13:42, 10 September 2011



GCD[Number a, Number b]
Calculates the greatest common divisor of numbers a and b.
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.

CAS Syntax

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.
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³ - 4x² - 3x + 18}] yields x + 2.
© 2024 International GeoGebra Institute