| DSP Blockset | Search  Help Desk |
| QR Solver | See Also |
Find a minimum-norm-residual solution to the equation Ax=b.
Library
Linear Algebra, in Math FunctionsDescription
The QR Solver block solves the linear system Ax=b by applying QR factorization to the input matrix A, which can be over- or under-determined (i.e., rectangular). The bottom input is the right-hand-side of the equation, b. The output, x, is a solution to the equations that minimizes the 2-norm of the residual b-Ax. Note that x itself is not guaranteed to be the minimum-norm solution. QR factorization factors a column-permuted variant (Ae) of the M-by-N input matrix A as
NaN or Inf for inconsistent (overdetermined) systems.
Dialog Box

See Also
Levinson Solver