Calculate the determinant of a square matrix (2x2 or 3x3) effortlessly. Simply select your matrix size and input the values below.
2x2 Determinant: |A| = 0
3x3 Determinant: |A| = 0
Note: If the determinant is 0, the matrix is singular and does not have an inverse.
The determinant is a special scalar value that is calculated from the elements of a square matrix. It provides a unique summary of the matrix's properties, indicating if a system of linear equations has a unique solution and defining the area or volume scaling factor of the transformation.
For a standard 2x2 matrix, the determinant is found by subtracting the product of the secondary diagonal from the product of the primary diagonal: |A| = ad - bc
|A| = ad - bc
To illustrate, let's use a 2x2 matrix with the following input values: a11=3, a12=2, a21=1, and a22=4.
What is a singular matrix?A square matrix is considered singular if its determinant is exactly zero. This means the matrix is not invertible, and it geometrically represents a transformation that collapses space into a lower dimension.
What is the geometric meaning of determinants?The determinant tells us how much the "size" of a region changes under the linear transformation. In 2D, the absolute value is the area scaling factor; in 3D, it is the volume scaling factor.
Why do only square matrices have determinants?Determinants are tied to the concept of n-dimensional volume and orientation. To define a consistent scaling factor for a space, you must have an equal number of input and output dimensions, which is only possible with square matrices.
© 2026 Hreflabs LLC. All rights reserved.
Made with ❤️ for everyone who loves accurate calculations