Mudular Multiplicative Inverse

There's a total of 1 notes tagged with "Mudular Multiplicative Inverse".

Tue, Jun 2, 2015

Extended Euclidean Algorithm

The Extended Euclidean Algorithm finds solutions to the equation $ax + by = gcd(a, b)$ where $x, y$ are unknowns. This article covers a few applications of the Extended Euclidean Algorithm like finding the modular multiplicative inverse of a number and finding solutions for linear congruence equations.