Proof of transpose property of matrix exponential

14.6k Views Asked by At

Using the fact that the matrix transpose distributes over infinite sums to show that $e^{(A^T)} = (e^A)^T$. I feel like this is really trivial, but I don't know quite how to prove this. How would I go about proving it?

3

There are 3 best solutions below

0
On

The essential facts:

Transposition commutes with sums and powers: $$(A+B)^T=A^T+B^T,\qquad\qquad (A^n)^T=(A^T)^n.$$ The transposition is continuous: $$\lim_{n\to\infty}(A_n^T)=(\lim_{n\to\infty}A_n)^T.$$ And infinite sums are limits of partial sums.

0
On

Well, if you can use that distribution fact, then

$$e^{A^t}=\sum_{n=0}^\infty\frac1{n!}\left(A^{t}\right)^n=\sum_{n=0}^\infty\frac1{n!}\left(A^n\right)^t=\left(\sum_{n=0}^\infty\frac1{n!} A^n\right)^t=\left(e^A\right)^t$$

1
On

First, write out $$ e^{(A^T)} = I + \sum_1^\infty \frac{(A^T)^n}{n!} $$which does not require distributuivity of transpose, it is just exponentiation of an arbitrary matrix.

Then look at $$ e^A = I + \sum_1^\infty \frac{A^n}{n!} $$ And use distributivity of transpose and $(A^n)^T = (A^T)^N$to write $$ (e^A)^T = I + \sum_1^\infty \frac{(A^T)^n}{n!} $$