LU Inverse
Compute inverse of square matrix using LU factorization
Libraries:
DSP System Toolbox /
Math Functions /
Matrices and Linear Algebra /
Matrix Inverses
Description
The LU Inverse block computes the inverse of the square input matrix A by factoring and inverting its row-pivoted variant Ap.
L is a lower triangular square matrix with unity diagonal elements, and U is an upper triangular square matrix. The block outputs the inverse matrix A-1.
Examples
Ports
Input
Output
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
References
[1] Golub, Gene H., and Charles F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.
Extended Capabilities
Version History
Introduced before R2006a