Compute e^A using Taylor series for 2x2 and 3x3 matrices
The matrix exponential is defined by the Taylor series e^A = I + A + A²/2! + A³/3! + ... It's used to solve systems of linear ODEs and is fundamental in differential equations, control theory, and quantum mechanics.
The matrix exponential generalizes the scalar exponential function to matrices. It's defined by the same Taylor series but with matrix powers. e^A maps A to A to A A to A to to A A to A to A to A to A.
e^A = sum_{k=0}^∞ A^k / k! Infinite sum.
dx/dt = A x has solution x(t) = e^(At) x(0).
e^(A+B) ≠ e^A e^B unless AB=BA.
If A=diag(λi), then e^A=diag(e^λi).
Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.
© 2026 IP331.com — Free Online Tools. All rights reserved.
About · Contact · Privacy Policy · Cookie Policy · Terms of Use · Disclaimer · Sitemap