Perform matrix addition, subtraction, multiplication, determinant, and transpose for 2x2 and 3x3 matrices.
Add or subtract two matrices of the same size, multiply two matrices, find the determinant of a matrix, or find its transpose (rows and columns swapped). Supports both 2x2 and 3x3 matrices.
You can add or subtract two matrices of the same size, multiply two matrices, find the determinant of a matrix, or find its transpose.
It supports both 2x2 and 3x3 matrices.
A transpose is a matrix with its rows and columns swapped.
The determinant is a single number computed from a square matrix, and this calculator can find it for 2x2 and 3x3 matrices.
Yes, matrix multiplication is one of the supported operations, alongside addition, subtraction, determinant, and transpose.