Skip to content

Commit 756ea1a

Browse files
committed
docs: update gcd properties
1 parent c76caf1 commit 756ea1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: website/docs/math/gcd-properties.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ sidebar_position: 1
3939
It also follows from this property that if $\gcd(a,b) = g$, then
4040

4141
$$
42-
\frac{a}{g} \text{ and } \frac{b}{g} \text{ should be coprime.}
42+
\frac{a}{g} \text{ and } \frac{b}{g}
4343
$$
44+
should be coprime.
4445

4546
- **Translation Property:** If $m$ is any integer,
4647

@@ -96,7 +97,6 @@ sidebar_position: 1
9697

9798
- **Relation with LCM:** $\gcd(a, b)$ is closely related to the least common multiple $\operatorname{lcm}(a, b)$: we have
9899

99-
100100
$$
101101
\gcd(a, b) \cdot \operatorname{lcm}(a, b) = |a \cdot b|
102102
$$

0 commit comments

Comments
 (0)