Calculate the cofactor matrix of any square matrix
The cofactor matrix is a fundamental concept in linear algebra where each element is the cofactor of the corresponding element in the original matrix. Use this calculator to find cofactor matrices with detailed step-by-step solutions.
Enter each matrix element separated by spaces or commas. Use proper numerical format.
Try these sample matrices to see how the calculator works
Simple 2×2 matrix with integer elements
Size: 2×2
Matrix: 2,3|1,4
3×3 identity matrix example
Size: 3×3
Matrix: 1,0,0|0,1,0|0,0,1
Upper triangular matrix with mixed numbers
Size: 3×3
Matrix: 2,1,3|0,4,2|0,0,1
4×4 matrix with decimal and integer elements
Size: 4×4
Matrix: 1,2,0,1|3,1,2,0|0,1,1,2|2,0,1,3