Calculate adjoint (adjugate) matrix, determinant, and inverse matrix for square matrices
Enter the elements of a square matrix to calculate its adjoint matrix. The adjoint matrix is the transpose of the cofactor matrix and is essential for finding matrix inverses.
Supports 2×2, 3×3, and 4×4 matrices for practical calculations
All elements must be filled for calculation
Click on any example to load it into the calculator
Basic 2×2 matrix with integer elements
Size: 2×2
Elements: 1, 2, 3, 4
Orthogonal rotation matrix example
Size: 2×2
Elements: 0, 1, -1, 0
Larger matrix with integer and zero elements
Size: 3×3
Elements: 1, 2, 3, 0, 1, 4, 5, 6, 0
Special form matrix with zeros below diagonal
Size: 3×3
Elements: 2, 1, 3, 0, 4, 2, 0, 0, 1