Bootstrap
  E.E.A. .com
It doesn't have to be difficult if someone just explains it right.

Calculator

For the Euclidean Algorithm, Extended Euclidean Algorithm and multiplicative inverse.

Before you use this calculator

If you're used to a different notation, the output of the calculator might confuse you at first.
Even though this is basically the same as the notation you expect. If that happens, don't panic.
Just make sure to have a look the following pages first and then it will all make sense:


Input

Algorithm

Choose which algorithm you would like to use.

Numbers

Enter the input numbers:

a=
b=


Output

This is the output of the Extended Euclidean Algorithm using the numbers a=1 and b=0:
abqr s1s2s3 t1t2t3
Answer

We found that:

This might be confusing, since you're not seeing any table. But whenever b=0, we always have gcd(a,b)=|a|, s=1 and t=0.
If you want to know why this is the case, then read this.

Verification
If our answer is correct, then the absolute value of s × a + t × b is equal to the gcd of a and b. We have: