calculator finds the modular inverse of a matrix using the adjugate matrix and modular multiplicative inverse online code example
Example: numpy function for calculation inverse of a matrix
# python3 inversion of matrix x
inverse = numpy.linalg.inv(x)