See also: Gauss-Jordan Elimination, Simultaneous Linear Equations, Geometric Linear Transformation
A matrix is a rectangular array of numbers.
The size of a matrix is its dimension, namely the number of rows and columns of the matrix.
For operations of matrices, please use the two calculators below.
To find inverse of matrix, you can also use the Gauss-Jordan Elimination method.
Read explanation about matrix operations below.
Matrix Multiplication, Addition and Subtraction Calculator
- Enter the dimension of the matrices. (Rows × Columns).
- For multiplication, the number of columns of the first matrix must be equal to the number of rows of the second matrix, i.e. (a × b)(b × c).
- For addition and subtraction, the dimensions of the two matrices must be the same.
- Maximum matrix dimension for this system is 9 × 9.
Please report any error to [email protected]
Matrix Inverse, Determinant and Adjoint Calculator
- For a matrix to be invertible, it must be a square matrix.
- Enter the dimension of the matrix. (Rows × Columns).
- Maximum matrix dimension for this system is 9 × 9.
- Result will be rounded to 3 decimal places.
Please report any error to [email protected]
Matrix Operations
Addition and Subtraction of Matrices
If matrices and are of the same size,
- the sum is the matrix obtained by adding the entries of to the corresponding entries of .
- the difference is the matrix obtained by subtracting the entries of from the corresponding entries of .
If
and
Matrices of different sizes cannot be added or subtracted.
Example:
If
and
Multiplication of Matrices
If is an matrix and is an matrix, the product is an matrix whose entry from row and column is the sum of the products of the corresponding entries from row of and column of .
The entry
in row and column of is given by
Matrices and can only be multiplied if the number of columns of is the same as the number of rows of .
Example:
and
- The element at row 1 and column 1 of is obtained from summing up the product of corresponding entries of row 1 of and column 1 of , i.e.
- The element at row 1 and column 2 of is obtained from summing up the product of corresponding entries of row 1 of and column 2 of , i.e.
- The element at row 2 and column 1 of is obtained from summing up the product of corresponding entries of row 2 of and column 1 of , i.e.
- And so on
Inverse of a Matrix
The inverse of a square matrix is the matrix such that
Example:
If
, then
because
One way to get the inverse of a square matrix is to use the following formula
If the determinant of the matrix is 0, the matrix doesn't have an inverse and it's called a singular matrix.
Another way to find the inverse of a matrix is to append an identity matrix on the right side of the matrix then use the Gauss-Jordan Elimination method to reduce the matrix to its reduced row echelon form.
Confused and have questions? We’ve got answers. With Chegg Study, you can get step-by-step solutions to your questions from an expert in the field.
By Jimmy Sie
See also: Gauss-Jordan Elimination, Simultaneous Linear Equations, Geometric Linear Transformation