Inverse superscript mathematical notation

The superscript negative one can denote a reciprocal, matrix inverse, inverse function, or set preimage depending on the base object's type.

Scalar reciprocal: For a nonzero scalar, returns the multiplicative reciprocal that produces one when multiplied by the base. Example: The reciprocal of nonzero x multiplies with x to make one.

Matrix inverse: For an invertible square matrix, returns the matrix that composes with it to produce the identity. Example: The inverse undoes the matrix transformation.

Inverse function: For a bijective function, reverses the mapping so outputs return to their unique inputs. Example: Applying the inverse after f recovers the original input.

Set preimage: Returns all domain elements whose function outputs fall inside a specified set, without requiring invertibility. Example: Collect every input that f sends into set S.