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

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS