User`s guide
LU Inverse
5-274
5LU Inverse
Purpose Compute the inverse of a square matrix using LU factorization.
Library 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 row-pivoted variant A
p
.
L is a lower-triangular square matrix with unity diagonal elements, and U is
an upper-triangular square matrix. The block’s output is A
-1
, and is always
sample-based.
Dialog Box
References
Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed.
Baltimore, MD: Johns Hopkins University Press, 1996.
Supported
Data Types
See Also
See “Inverting Matrices” on page 4-19 for related information.
A
p
1–
LU()
1–
=
Double-precision floating point
Cholesky Inverse DSP Blockset
LDL Inverse DSP Blockset
LU Factorization DSP Blockset
LU Solver DSP Blockset
inv
MATLAB