| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Symbolic Math Toolbox |
| Contents | Index |
| Learn more about Symbolic Math Toolbox |
expm(A)
expm(A) computes the matrix exponential of the symbolic matrix A.
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 how symbolic computations can help you find analytical solutions to math and engineering problems.
Get free kit| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |