Matrix Exponential

The following equation defines the exponential of a matrix:

where I is the identity matrix.

To obtain the exponential of a diagonal matrix, you can calculate the exponential of each diagonal element of the matrix. For example, if

then

Thus, a common method of calculating the exponential of a matrix is first to diagonalize the matrix and then to calculate the exponential of each diagonal element of the new matrix. For example, consider the following:

If the previous two requirements are true, you can use the following equation to calculate the exponential of A:

If you cannot diagonalize a matrix, you can use the Pade approximation method to obtain the exponential of the matrix. Because the derivatives of ex are all ones at the zero point, you easily can calculate the derivatives you need for the Pade approximation method.

The exponential of a matrix satisfies the following properties:

Related information
Pade Approximation VI