Calculate matrix determinants with detailed step-by-step solutions and analysis.
Enter a matrix to see its properties.
The determinant is a scalar value that provides important information about a square matrix. It encodes properties like invertibility, volume scaling, and orientation.
For an n×n matrix A, the determinant det(A) or |A| is a scalar that can be calculated recursively using cofactor expansion.
For a 2×2 matrix:
For a 3×3 matrix using the first row expansion:
where Cᵢⱼ are the cofactors.