Matrix Inverse
The MATINV block outputs the inverse of a square input matrix calculated by using the LU factorization. A warning message is printed if the input is badly scaled or nearly singular.
The equivalent function of this block in Scilab is `inv`_.