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. Note that you need to enter n before b.
E.g. if you want to know the multiplicative inverse of 26 mod 11, then use n=11 and b=26.

n=
b=


Output

This is the calculation for finding the multiplicative inverse of 10 mod 4294967296 using the Extended Euclidean Algorithm:
nbqr t1t2t3
429496729610429496729601-429496729
106141-429496729429496730
6412-429496729429496730-858993459
4220429496730-8589934592147483648
Answer

The gcd(n, b) = gcd(4294967296, 10) = 2. This is not equal to 1, so 10 has no multiplicative inverse modulo 4294967296.

Verification
10 has no multiplicative inverse mod 4294967296, so there's nothing to verify.