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

Skip to content

Commit fa04e89

Browse files
1 parent 84ce078 commit fa04e89

File tree

7 files changed

+185
-175
lines changed

7 files changed

+185
-175
lines changed

main/algebra/linear-diophantine-equation.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6620,6 +6620,12 @@
66206620

66216621

66226622

6623+
6624+
6625+
6626+
6627+
6628+
66236629

66246630

66256631

@@ -6772,6 +6778,10 @@
67726778

67736779

67746780

6781+
6782+
6783+
6784+
67756785

67766786

67776787

@@ -6784,7 +6794,7 @@
67846794
<ul class="metadata page-metadata" data-bi-name="page info" lang="en-us" dir="ltr">
67856795

67866796
Last update:
6787-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2025 21:04:35 UTC">August 15, 2025</span>&emsp;
6797+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="October 29, 2025 17:22:34 UTC">October 29, 2025</span>&emsp;
67886798

67896799
<!-- Tags -->
67906800

@@ -6822,7 +6832,7 @@ <h1 id="linear-diophantine-equation">Linear Diophantine Equation<a class="header
68226832
<li>finding a solution with minimum value of <span class="arithmatex">$x + y$</span></li>
68236833
</ul>
68246834
<h2 id="the-degenerate-case">The degenerate case<a class="headerlink" href="#the-degenerate-case" title="Permanent link">&para;</a></h2>
6825-
<p>A degenerate case that need to be taken care of is when <span class="arithmatex">$a = b = 0$</span>. It is easy to see that we either have no solutions or infinitely many solutions, depending on whether <span class="arithmatex">$c = 0$</span> or not. In the rest of this article, we will ignore this case.</p>
6835+
<p>A degenerate case that needs to be taken care of is when <span class="arithmatex">$a = b = 0$</span>. It is easy to see that we either have no solutions or infinitely many solutions, depending on whether <span class="arithmatex">$c = 0$</span> or not. In the rest of this article, we will ignore this case.</p>
68266836
<h2 id="analytic-solution">Analytic solution<a class="headerlink" href="#analytic-solution" title="Permanent link">&para;</a></h2>
68276837
<p>When <span class="arithmatex">$a \neq 0$</span> and <span class="arithmatex">$b \neq 0$</span>, the equation <span class="arithmatex">$ax+by=c$</span> can be equivalently treated as either of the following:</p>
68286838
<div class="arithmatex">$$\begin{align}
@@ -6975,7 +6985,7 @@ <h2 id="practice-problems">Practice Problems<a class="headerlink" href="#practic
69756985

69766986
<ul class="metadata page-metadata" data-bi-name="page info" lang="en-us" dir="ltr">
69776987
<span class="contributors-text">Contributors:</span>
6978-
<ul class="contributors" data-bi-name="contributors"><li><a href="https://github.com/thanhtnguyen" title="thanhtnguyen" data-bi-name="contributorprofile" target="_blank">thanhtnguyen</a> (57.64%)</li><li><a href="https://github.com/jakobkogler" title="jakobkogler" data-bi-name="contributorprofile" target="_blank">jakobkogler</a> (17.47%)</li><li><a href="https://github.com/adamant-pwn" title="adamant-pwn" data-bi-name="contributorprofile" target="_blank">adamant-pwn</a> (12.67%)</li><li><a href="https://github.com/jxu" title="jxu" data-bi-name="contributorprofile" target="_blank">jxu</a> (4.8%)</li><li><a href="https://github.com/tcNickolas" title="tcNickolas" data-bi-name="contributorprofile" target="_blank">tcNickolas</a> (3.06%)</li><li><a href="https://github.com/likecs" title="likecs" data-bi-name="contributorprofile" target="_blank">likecs</a> (2.18%)</li><li><a href="https://github.com/boxlesscat" title="boxlesscat" data-bi-name="contributorprofile" target="_blank">boxlesscat</a> (1.31%)</li><li><a href="https://github.com/arjunUpatel" title="arjunUpatel" data-bi-name="contributorprofile" target="_blank">arjunUpatel</a> (0.44%)</li><li><a href="https://github.com/traxex2" title="traxex2" data-bi-name="contributorprofile" target="_blank">traxex2</a> (0.44%)</li></ul>
6988+
<ul class="contributors" data-bi-name="contributors"><li><a href="https://github.com/thanhtnguyen" title="thanhtnguyen" data-bi-name="contributorprofile" target="_blank">thanhtnguyen</a> (57.64%)</li><li><a href="https://github.com/jakobkogler" title="jakobkogler" data-bi-name="contributorprofile" target="_blank">jakobkogler</a> (17.47%)</li><li><a href="https://github.com/adamant-pwn" title="adamant-pwn" data-bi-name="contributorprofile" target="_blank">adamant-pwn</a> (12.67%)</li><li><a href="https://github.com/jxu" title="jxu" data-bi-name="contributorprofile" target="_blank">jxu</a> (4.8%)</li><li><a href="https://github.com/tcNickolas" title="tcNickolas" data-bi-name="contributorprofile" target="_blank">tcNickolas</a> (2.62%)</li><li><a href="https://github.com/likecs" title="likecs" data-bi-name="contributorprofile" target="_blank">likecs</a> (2.18%)</li><li><a href="https://github.com/boxlesscat" title="boxlesscat" data-bi-name="contributorprofile" target="_blank">boxlesscat</a> (1.31%)</li><li><a href="https://github.com/Kyaki101" title="Kyaki101" data-bi-name="contributorprofile" target="_blank">Kyaki101</a> (0.44%)</li><li><a href="https://github.com/arjunUpatel" title="arjunUpatel" data-bi-name="contributorprofile" target="_blank">arjunUpatel</a> (0.44%)</li><li><a href="https://github.com/traxex2" title="traxex2" data-bi-name="contributorprofile" target="_blank">traxex2</a> (0.44%)</li></ul>
69796989
</ul>
69806990

69816991
</article>

main/feed_json_updated.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

main/feed_rss_created.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

main/feed_rss_updated.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

main/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)