2x2 Matrix Calculator
Enter two 2x2 matrices (A and B) to compute the determinant of A, the inverse of A (if it exists), and the product A x B.
Inputs
Results
det(A)
5
det(B)
-2
Trace(A)
6
A⁻¹
[[0.8, -0.6], [-0.2, 0.4]]
A × B
[[31, 36], [33, 38]]
Frequently Asked Questions
Related Calculators
Dot Product Calculator
Calculate the dot product of two vectors in 2D or 3D, plus the angle between them.
Cross Product Calculator
Calculate the cross product of two 3D vectors, including the resulting vector and its magnitude.
Vector Calculator
Calculate vector magnitude, unit vector, addition, and subtraction for 2D or 3D vectors.