<< MATEXPM Matrix operation palette MATLU >>

Scilab Help >> Xcos > palettes > Matrix operation palette > MATINV

MATINV

Matrix Inverse

Block Screenshot

Contents

Description

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.

Parameters

Default properties

Matrix Inverse example: inv([0 1/(sin(t)+1) ; 1/(t+1) 0])

Interfacing function

Computational function

See also


Report an issue
<< MATEXPM Matrix operation palette MATLU >>