Main Content

Find Inverse of Matrix Using the LU Inverse Block

Compute the inverse of a 3-by-3 square matrix $A$ using the LU Inverse block. Multiply the input matrix $A$ with the computed inverse $A^{-1}$ using the Matrix Multiply block. Verify that the product ${A^{-1} A}$ 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

| | (Simulink) | (Simulink)

Related Topics