The InvertExmpl.lng Model

Illustration of the @INVERSE() function

View the model
Download the model

Illustration of the @INVERSE() function.(InvertExmpl.lng) If we need the solution to the matrix equation A*X = RHS for several different RHS, then it is efficient to first compute the inverse of A, AINV and then use the result that X = AINV*RHS;

Keywords:

Matrix Multiply | Matrix Inverse | Inverse of Matrix | Equation Solving | Simultaneous Equations |