Backward Substitution
Solve UX = B for X when U is upper triangular matrix
Libraries:
DSP System Toolbox /
Math Functions /
Matrices and Linear Algebra /
Linear System Solvers
Description
The Backward Substitution block solves the linear system UX = B by simple backward substitution of variables, where:
U is the upper triangular M-by-M matrix input to the U port.
B is the M-by-N matrix input to the B port.
X is the M-by-N output matrix and is the solution of the system of equations.
The block does not check the rank of the inputs. The block uses only the elements in the upper triangle of input U and ignores the lower elements. When you select the Input U is unit-upper triangular check box, the block assumes the elements on the diagonal of U are 1s. This is useful when matrix U is the result of another operation, such as an LDL decomposition, that uses the diagonal elements to represent the D matrix.
Examples
Ports
Input
Output
Parameters
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
More About
Extended Capabilities
Version History
Introduced before R2006a