Modular inverse of a matrix
This calculator finds the modular inverse of a matrix using adjugate matrix and modular multiplicative inverse
This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/3324/. Also, please do not modify any references to the original work (if any) contained in this content.
Previous matrix calculators: Determinant of a matrix, Matrix Transpose, Matrix Multiplication, Inverse matrix calculator
This calculator finds the modular inverse of a matrix using the adjugate matrix and modular multiplicative inverse. The theory, as usual, is below the calculator
In linear algebra, an n-by-n (square) matrix A is called invertible if there exists an n-by-n matrix such that
This calculator uses an adjugate matrix to find the inverse, which is inefficient for large matrices due to its recursion, but perfectly suits us. The final formula uses determinant and the transpose of the matrix of cofactors (adjugate matrix):
Adjugate of a square matrix is the transpose of the cofactor matrix
The cofactor of is
where - determinant of a matrix, which is cut down from A by removing row i and column j (first minor).
The main difference between this calculator and calculator Inverse matrix calculator is modular arithmetic. Modulo operation is used in all calculations, and division by determinant is replaced with multiplication by the modular multiplicative inverse of determinant, refer to Modular Multiplicative Inverse Calculator.
Comments