Matrix A

Matrix B

Load sample matrices for: Addition, Subtraction, Multiplication, Transpose, Determinant

Note:Use spaces to separate the numbers. Press "Enter" to start a new row. Do not press "Enter" after the final line. Keep it as it is. Be careful not to insert any extra spaces or newline(i.e pressing the enter key) unnecessarily. You may load the examples provided above or your own, directly. Then choose one of the operations to perform.

Operations - Select one

A + BTo add matrices, the dimensions of both the matrices should be the same A - BTo subtract matrices, the dimensions of both the matrices should be the same A X BTo multiply matrices, number of columns in matrix A should be equal to the number of rows in matrix B Transpose ATranspose changes all rows of a given matrix into columns of the transpose matrix. Determinant ADeterminant is a number that can be calculated from a square matrix. Currently, matrices upto 3X3 is supported. The input matrix should be a square matrix(2X2 or 3X3)
Swap A & BIt assigns the value of matrix A to matrix B, and value of matrix B to matrix A. Better try it ;) ResetRefreshes the page

Result - It appears below