TOPICS
Search

Multiplicative Inverse


In a monoid or multiplicative group where the operation is a product ·, the multiplicative inverse of any element g is the element g^(-1) such that g·g^(-1)=g^(-1)·g=1, with 1 the identity element.

The multiplicative inverse of a nonzero number z is its reciprocal 1/z (zero is not invertible). For complex z=x+iy!=0,

 1/z=1/(x+iy)=x/(x^2+y^2)-iy/(x^2+y^2).

The inverse of a nonzero real quaternion h=x+yi+vj+wk (where x,y,v,w are real numbers, and not all of them are zero) is its reciprocal

 1/h=x/alpha-y/alphai-v/alphaj-w/alphak,

where alpha=x^2+y^2+v^2+w^2.

The multiplicative inverse of a nonsingular matrix is its matrix inverse.

MultiplicativeInverse

To detect the multiplicative inverse of a given element in the multiplication table of finite multiplicative group, traverse the element's row until the identity element 1 is encountered, and then go up to the top row. In this way, it can be immediately determined that -i is the multiplicative inverse of i in the multiplicative group C_4 formed by all complex fourth roots of unity.


See also

Additive Inverse, Invertible Element, Multiplicative Identity, Multiplicative Group

This entry contributed by Margherita Barile

Explore with Wolfram|Alpha

Cite this as:

Barile, Margherita. "Multiplicative Inverse." From MathWorld--A Wolfram Web Resource, created by Eric W. Weisstein. https://mathworld.wolfram.com/MultiplicativeInverse.html

Subject classifications