matexp(X)

Returns the matrix exponential of matrix X. (Available as of version 13.29)

Function type

Vector only

Syntax

matexp(X)

Input

Argument Type Description
X matrix model A column name

The column specified by this parameter must contain matrix models generated by the 1010data Matrix Functions.

Return Value

Returns a matrix containing the exponential of matrix X.

If X is N/A, the result is N/A.

This function operates element-wise.