Products & Services Solutions Academia Support User Community Company

Learn more about Symbolic Math Toolbox   

expm - Compute symbolic matrix exponential

Syntax

expm(A)

Description

expm(A) computes the matrix exponential of the symbolic matrix A.

Examples

Compute the matrix exponential for the following matrix and simplify the result:

syms t;
A = [0 1; -1 0];
simplify(expm(t*A))

The result is:

ans =
[  cos(t), sin(t)]
[ -sin(t), cos(t)]

See Also

eig

  


Free Symbolic Math Interactive Kit

See how symbolic computations can help you find analytical solutions to math and engineering problems.

Get free kit

Trials Available

Try the latest version of symbolic math products.

Get trial software
 © 1984-2010- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS