Perform matrix addition, subtraction, multiplication, transpose, or find the determinant, for 2x2 and 3x3 matrices.
Google AdSense Banner
This area will contain advertisements after approval.
Matrix A
Matrix B
Google AdSense Banner
This area will contain advertisements after approval.
Addition and subtraction combine two matrices of the same size by adding or subtracting corresponding entries. Multiplication combines two square matrices of the same size using the standard row-by-column dot product rule. The determinant is a single number computed from a square matrix that indicates, among other things, whether the matrix is invertible (a zero determinant means it isn't). Transpose flips a matrix over its diagonal, turning rows into columns.
These are by far the most commonly needed sizes for coursework, introductory linear algebra, and quick manual checks. Larger matrices are typically handled with dedicated computational software rather than manual entry, since the number of cells to enter grows quickly with size.
This calculator requires both matrices to be the same size (2x2 or 3x3) for all operations. General matrix multiplication does allow different sizes as long as the number of columns in the first matches the number of rows in the second, but that flexibility isn't supported here.
A zero determinant means the matrix is 'singular', it doesn't have an inverse, and represents a transformation that collapses space into a lower dimension (for example, flattening a 2D plane into a line).
No, only addition, subtraction and multiplication use Matrix B. Determinant and transpose only operate on Matrix A, so Matrix B's fields are hidden for those operations.
Google AdSense Banner
This area will contain advertisements after approval.