| DSP Blockset | Search  Help Desk |
| LU Solver | See Also |
Solve the equation Ax=b for square matrix A.
Library
Linear Algebra, in Math FunctionsDescription
The LU Solver block solves the linear system Ax=b by applying LU factorization to matrix A (top input), which must be square. The bottom input is the right-hand-side of the equation, b. The output is the unique solution of the equations, x. LU factorization factors a row-permuted variant (Ap) of the square input matrix A as
,
NaN or Inf for underdetermined or inconsistent (overdetermined) systems.
Dialog Box

See Also
Backward Substitution