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 \).

\begin{align} \lcm(a, b) = \frac{|a \times b|}{\gcd (a,b)} \label{eq:lcm} \end{align}