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
Linear Diophantine Equations Solver
Linear Diophantine Equations are of the form ax + by = c where the solutions (x, y) are integers.
Approach
There exists a standard algorithm to find any one solution of the Diophantine equation. This solution can then be transposed to yield all infinite solutions to the equation. This algorithm exploits the well-known Extended Euclidean Algorithm
Uh oh!
There was an error while loading. Please reload this page.
Linear Diophantine Equations Solver
Linear Diophantine Equations are of the form
ax + by = c
where the solutions(x, y)
are integers.Approach
There exists a standard algorithm to find any one solution of the Diophantine equation. This solution can then be transposed to yield all infinite solutions to the equation. This algorithm exploits the well-known Extended Euclidean Algorithm
Resources
For further information, please see :
The text was updated successfully, but these errors were encountered: