clifford.MultiVector.normalInv

MultiVector.normalInv(check=True) → clifford._multivector.MultiVector[source]

The inverse of itself if \(M \tilde M = |M|^2\).

\[M^{-1} = \tilde M / (M \tilde M)\]
Parameters

check (bool) – When true, the default, validate that it is appropriate to use this method of inversion.