simpeg.maps.MuRelative.inverse#
- MuRelative.inverse(m)[source]#
- Apply the inverse mapping to an array. - For the - MuRelativeclass, the inverse mapping recoveres the set of relative permeabilities \(\boldsymbol{\mu_r}\) from a set of magnetic permeabilities \(\boldsymbol{\mu}\). Thus the inverse mapping is defined as:\[\boldsymbol{\mu_r}(\boldsymbol{\mu}) = \frac{\boldsymbol{\mu}}{\mu_0}\]- where \(\mu_0\) is the permeability of free space. - Parameters:
- Dnumpy.ndarray
- A set of input values 
 
- D
- Returns:
- numpy.ndarray
- A - numpy.ndarraycontaining result of applying the inverse mapping to the elements in D; which in this case represents the conversion of magnetic permeabilities to their corresponding relative permeability values.
 
 
