Skip to content

Linear Algebra

Built-in functions › Mathematics › Linear Algebra

19 functions in this category.

FunctionWhat it does
cholCholesky factorization of a Hermitian positive-definite matrix.
condCondition number of a matrix.
condest1-norm condition number estimate (sparse-friendly).
detDeterminant of a square matrix.
eigEigenvalues and eigenvectors.
expmMatrix exponential.
hessHessenberg form of a matrix.
invMatrix inverse.
linsolveSolve a linear system with optional structure hints.
luLU decomposition (with partial pivoting).
normVector or matrix norm.
nullOrthonormal basis for the null space of a matrix.
qrQR decomposition.
rankNumerical rank of a matrix.
rcondReciprocal condition number estimate (1-norm).
schurSchur decomposition.
sqrtmMatrix square root.
svdSingular value decomposition.
traceSum of diagonal elements.