Matrix Properties
Explore various properties of a given matrix.
Calculate properties of a matrix:
More examples
Matrix Arithmetic
Add, subtract and multiply vectors and matrices.
{{2, -1, 1}, {0, -2, 1}, {1, -2, 0}} . {x, y, z}
More examples
Trace
Calculate the trace or the sum of terms on the main diagonal of a matrix.
Compute the trace of a matrix:
More examples
Determinant
Calculate the determinant of a square matrix.
Compute the determinant of a matrix:
More examples
Minors
Find a specific minor of a square matrix.
Calculate a minor of a matrix:
M-23 of {{2, a, 5, b}, {7, c+d, 9, 11}, {13, 17, 19, 23}, {a-1, -2, b+c, 4}}
More examples
Inverse
Invert a square invertible matrix or find the pseudoinverse of a non-square matrix.
Compute the inverse of a matrix:
More examples
Row Reduction
Reduce a matrix to its reduced row echelon form.
row reduce {{2, 1, 0, -3}, {3, -1, 0, 1}, {1, 4, -2, -5}}
More examples
Eigenvalues & Eigenvectors
Calculate the eigensystem of a given matrix.
Compute the eigenvalues of a matrix:
Compute the eigenvectors of a matrix:
Compute the characteristic polynomial of a matrix:
More examples
Other Matrix Operations
Perform various operations, such as conjugate transposition, on matrices.
Compute the transpose of a matrix:
Compute the rank of a matrix:
Compute the nullity of a matrix:
Compute the adjugate of a matrix:
Compute the minors of a matrix:
More examples
More examples
Matrix Decompositions
Transform a matrix into a specified decomposition.
Compute the LU decomposition of a square matrix:
Compute a singular value decomposition:
More examples
More examples
Geometric Transformations
Find matrix representations for geometric transformations.
Compute a 2 x 2 rotation matrix:
Compute a 3 x 3 reflection matrix:
More examples
Types of Matrices
Find information on many different kinds of matrices.
Determine whether a matrix has a specified property:
Get information about a type of matrix:
More examples