Diophantine Equation Solver

ax + by = c (integers)

All Tools

Loading tool...

About Diophantine Equation Solver

A linear Diophantine equation solver for ax + by = c. Uses the extended Euclidean algorithm to find gcd(a,b) and particular solution. Shows general solution x = x₀ + (b/d)t, y = y₀ − (a/d)t. Checks solvability (d|c). All calculations are client-side.

Diophantine Equation Solver Features

  • gcd check
  • Particular solution
  • General solution
  • Extended GCD
  • Presets
Advertisement
Advertisement