Exponential series


The exponential series is the series that defines the exponential function exe^{x}:

n=0xnn!=ex\sum\limits_{n=0}^{\infty} \frac{x^n}{n!}=e^x

It converges only for x=1x=1. The first terms are

ex=1+x+x22+x36+e^{x}=1+ x+ \frac{x^{2}}{2}+ \frac{x^{3}}{6}+\ldots

Exponential of a matrix or operator

This definition can also be used to extend the exponential to the exponential of a matrix or operator. For a matrix or linear operator AA, its exponential is

eA=n=0Ann!e^{A}=\sum_{n=0}^{\infty} \frac{A^{n}}{n!}

which is computable by recalling that the power of an operator is simply the repeated application of that operator:

A2=AA,An=AAAn volteA^{2}=AA,\quad A^{n}=\underbrace{ AA\ldots A }_{ n\text{ volte} }

Then the first terms are

eA=1+A+AA2+AAA6+e^{A}=1+ A+ \frac{AA}{2}+ \frac{AAA}{6}+\ldots

As with all operators, the exponential of an operator (itself an operator) only makes sense when applied to something.