What factorial number to get a good approximation of the matrix exponential?

37 Views Asked by At

$$e^X = \sum_{k=0}^N{1 \over k!}X^k$$

Assume that $X \in \Re^{nxn}$ is random matrix. What number $N$ should I use to get a good accuracy compared if $N = \infty$?

Is this possible to measure?