Skip to content

Solutions

Matrix methods for solving systems of linear equations

Methods for solving systems of linear equations and calculating the inverse matrix.

FunctionAction
SolveSolve a linear matrix equation, or system of linear algebraic equations
LstSqReturn the least-squares solution of linear algebraic equations (for non-square or degenerate matrices)
InvCompute the (multiplicative) inverse of a square non-degenerate matrix by the Jordan-Gauss method
PInvCompute the pseudo-inverse of a matrix by the Moore-Penrose method
Last updated on