Brain Dump

Least Common Multiple

Tags
math

Is the smallest positive integer that can be divided by two numbers a,b, written as \lcm(a,b).

This is often written in terms of the greatest common divisor of a,b.

\lcm(a,b)=|a×b|gcd(a,b)