You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/algebra/chinese-remainder-theorem.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ $$\left\{\begin{align}
154
154
a & \equiv 2 \pmod{6}
155
155
\end{align}\right.$$
156
156
157
-
It is pretty simple to determine is a system has a solution.
157
+
It is pretty simple to determine if a system has a solution.
158
158
And if it has one, we can use the original algorithm to solve a slightly modified system of congruences.
159
159
160
160
A single congruence $a \equiv a_i \pmod{m_i}$ is equivalent to the system of congruences $a \equiv a_i \pmod{p_j^{n_j}}$ where $p_1^{n_1} p_2^{n_2}\cdots p_k^{n_k}$ is the prime factorization of $m_i$.
0 commit comments