SymPy | Permutation.mul_inv() in Python
Permutation.mul_inv() : mul_inv() is a sympy Python library function that returns the mul inverse other*~self, self and other have _array_form. Syntax : sympy.combinatorics.permutations.Permutation.mul_inv() Return : the mul inverse other*~self, self and other have _array_form. Code #1 : mul_inv() E