fonction numpy pour le calcul de l'inverse d'une matrice
# python3 inversion of matrix x
inverse = numpy.linalg.inv(x)
Dull Dogfish
# python3 inversion of matrix x
inverse = numpy.linalg.inv(x)