Extended Euclidean Algorithm Calculator
Enter two integers A and B to find their Greatest Common Divisor (GCD) and Bézout coefficients using the Extended Euclidean Algorithm. The calculator returns the GCD, coefficients x and y satisfying ax + by = gcd(a, b), and a full step-by-step iteration table showing how the algorithm converges.
Results
GCD(A, B)
--
Bézout Coefficient x
--
Bézout Coefficient y
--
Bézout Identity Verified (ax + by)
--
LCM(A, B)
--