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

Skip to content

Commit 907efee

Browse files
authored
Fix grammatical error in linear-diophantine-equation.md (#1554)
The sentence "A degenerate case that need to be taken care of" is grammatically incorrect.
1 parent 1beb5a5 commit 907efee

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
@@ -21,7 +21,7 @@ In this article, we consider several classical problems on these equations:
2121

2222
## The degenerate case
2323

24-
A degenerate case that need to be taken care of is when $a = b = 0$. It is easy to see that we either have no solutions or infinitely many solutions, depending on whether $c = 0$ or not. In the rest of this article, we will ignore this case.
24+
A degenerate case that needs to be taken care of is when $a = b = 0$. It is easy to see that we either have no solutions or infinitely many solutions, depending on whether $c = 0$ or not. In the rest of this article, we will ignore this case.
2525

2626
## Analytic solution
2727

0 commit comments

Comments
 (0)