Calculate multiplicative inverse, modular inverse, and reciprocal values
Enter numbers to find their multiplicative inverse using various methods including modular arithmetic and regular division.
Enter any real number for regular inverse, or positive integer for modular inverse
Try these examples to understand different types of multiplicative inverse calculations
Find the multiplicative inverse of 3/4
Type: Regular Inverse (1/x)
Number: 0.75
Find the multiplicative inverse of 5
Type: Regular Inverse (1/x)
Number: 5
Find 3⁻¹ (mod 7)
Type: Modular Inverse
Number: 3
Modulus: 7
Find 15⁻¹ (mod 26) for cryptography
Type: Modular Inverse
Number: 15
Modulus: 26