We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76caf1 commit 756ea1aCopy full SHA for 756ea1a
website/docs/math/gcd-properties.md
@@ -39,8 +39,9 @@ sidebar_position: 1
39
It also follows from this property that if $\gcd(a,b) = g$, then
40
41
$$
42
- \frac{a}{g} \text{ and } \frac{b}{g} \text{ should be coprime.}
+ \frac{a}{g} \text{ and } \frac{b}{g}
43
44
+ should be coprime.
45
46
- **Translation Property:** If $m$ is any integer,
47
@@ -96,7 +97,6 @@ sidebar_position: 1
96
97
98
- **Relation with LCM:** $\gcd(a, b)$ is closely related to the least common multiple $\operatorname{lcm}(a, b)$: we have
99
-
100
101
\gcd(a, b) \cdot \operatorname{lcm}(a, b) = |a \cdot b|
102
0 commit comments