Difference between revisions of "Multiplicative inverse"
(Created page with "In Modular arithmetic, y is the multiplicative inverse of x if: <cmath>xy \equiv 1 (mod m)</cmath> and if x is not relatively prime to m") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
In Modular arithmetic, y is the multiplicative inverse of x if: | In Modular arithmetic, y is the multiplicative inverse of x if: | ||
− | <cmath>xy \equiv 1 (mod m)</cmath> | + | <cmath>xy \equiv 1 (\text{mod m})</cmath> |
and if x is not relatively prime to m | and if x is not relatively prime to m | ||
+ | |||
+ | |||
+ | This is equivalent to the [[Modular_inverse|modular inverse]]. | ||
+ | |||
+ | {{stub}} |
Latest revision as of 17:18, 26 June 2025
In Modular arithmetic, y is the multiplicative inverse of x if:
and if x is not relatively prime to m
This is equivalent to the modular inverse.
This article is a stub. Help us out by expanding it.