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 530308 mod 661 using the Extended Euclidean Algorithm:
nbqr t1t2t3
6615303080661010
530308661802186101
661186310301-3
1861031831-34
10383120-34-7
8320434-732
20362-732-199
321132-199231
2120-199231-661
Answer

So t = 231. Now we still have to apply mod n to that number:
231 mod 661 ≡ 231
So the multiplicative inverse of 530308 modulo 661 is 231.

Verification

Let i be the answer we just found, so i=231. We also have b=530308 and n=661.
If our answer is correct, then i × b (mod n) ≡ 1 (mod n).
Let's see if that's indeed the case.
i × b (mod n) ≡
231 × 530308 (mod 661) ≡
122501148 (mod 661) ≡
1 (mod 661)