Mathematica > Mathematics and Algorithms > Mathematical Functions > Integer Functions >

GCD

GCD[n1, n2, ...]
gives the greatest common divisor of the ni.
  • Integer mathematical function, suitable for both symbolic and numerical manipulation.
  • GCD works with ordinary and Gaussian integers.
  • GCD works not only with integers but also rational numbers, both real and complex.
  • For rational numbers ri, GCD[r1, r2, ...] gives the greatest rational number r for which all the ri/r are integers.
  • GCD automatically threads over lists.
New in 1 | Last modified in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team