Lukas' Notes

Home

❯

Knowledge

❯

Matrix Exponential

Matrix Exponential

Jul 25, 20251 min read

linear-algebra

Definition

Matrix Exponential

A matrix exponential is a term where a matrix A is raised to euler’s number e.

eA=k=0∑∞​k!Ak​=k→∞lim​(I+kA​)k

1

It is derived using the Taylor series of ex:

ex​=k→∞lim​(1+kx​)k=x0+x1+21​x2+61​x3+⋯+k!1​xk​

2

Footnotes

  1. Matrix exponential - Wikipedia ↩

  2. Getting Some Intuition for Matrix Exponentials – Emma Benjaminson – Data Scientist ↩


Graph View

Backlinks

  • Communicability

Created with Quartz v4.4.0 © 2025

  • GitHub