Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a93e16

Browse files
authored
Merge pull request #1496 from arjunUpatel/patch-3
Fix grammar error in linear-diophantine-equation.md
2 parents 742db16 + 8668f0a commit 3a93e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algebra/linear-diophantine-equation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $$a x_g + b y_g = g$$
6363

6464
If $c$ is divisible by $g = \gcd(a, b)$, then the given Diophantine equation has a solution, otherwise it does not have any solution. The proof is straight-forward: a linear combination of two numbers is divisible by their common divisor.
6565

66-
Now supposed that $c$ is divisible by $g$, then we have:
66+
Now suppose that $c$ is divisible by $g$, then we have:
6767

6868
$$a \cdot x_g \cdot \frac{c}{g} + b \cdot y_g \cdot \frac{c}{g} = c$$
6969

0 commit comments

Comments
 (0)