Background Information
Previously I wrote a post about how to derive the limit definition of real exponential function
$$\exp(x) := \lim_{n \to \infty} \left(1 + \frac{x}{n} \right)^n, x \in \mathbb{R}$$
from the series definition
$$\exp(x) := \sum_{n=0}^{\infty} \frac{x^n}{n!}, x \in \mathbb{R}$$
And today when I was talking with one of my instructors about matrix functions, he said that the matrix exponential function for some arbitrary real square matrix $A = A_{k \times k}$ is defined as
$$\exp(A) := \sum_{n=0}^{\infty} \frac{A^n}{n!}, A \in M_k(\mathbb{R})$$
So one question naturally comes to my mind: Do we have an alternative definition through limit for $e^A$, that is to say
$$\exp(A) := \lim_{n \to \infty} \left(1 + \frac{A}{n} \right)^n, A \in M_k(\mathbb{R})$$
My Questions
So given the background information, my question are the following:
- Can we properly define
$$\exp(A) := \lim_{n \to \infty} \left(1 + \frac{A}{n} \right)^n, A \in M_k(\mathbb{R})$$
- If so, how to derive it from the series definition? My own idea is to find the matrix sequence/series version of Monotone Convergence and Dominated Convergence, and then cook up the argument. But this seems quite hard since I haven't done much in matrix function theory.
All ideas are welcome. Thanks for your help!