Main Content
Find Inverse of Matrix Using the LU Inverse Block
Compute the inverse of a 3-by-3 square matrix using the LU Inverse block. Multiply the input matrix
with the computed inverse
using the Matrix Multiply block. Verify that the product
forms an identity matrix.
Open and run the model. The output of the Matrix Multiply block yields the identity matrix of order 3, as expected.
See Also
Constant | LU Inverse | Matrix Multiply (Simulink) | Display (Simulink)