<< MATEIG Matrix operation palette MATINV >>

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

MATEXPM

Matrix Exponential

Block Screenshot

Contents

Description

The MATEXPM outputs the matrix exponential of a square matrix input computed by the Padé's approximants. The output is a square matrix with the same size of the input.

The equivalent of this block in Scilab is expm.

Parameters

Default properties

Examples

u = [1 2 3 ; 2 3 1 ; 4 2 1]
y = [182.612 196.518 141.735 ; 172.973 190.770 133.577 ; 204.677 220.063 159.067]

Matrix Exponential example: expm([0 sin(t) ; sqrt(t) 0])

Interfacing function

Computational function

See also


Report an issue
<< MATEIG Matrix operation palette MATINV >>