In mathematics, the matrix exponential is a matrix function on square matrices analogous to the ordinary exponential function. Mathematics is the body of Knowledge and Academic discipline that studies such concepts as Quantity, Structure, Space and A matrix function usually denotes a function which maps a matrix to a matrix In Mathematics, a matrix (plural matrices) is a rectangular table of elements (or entries) which may be Numbers or more generally The exponential function is a function in Mathematics. The application of this function to a value x is written as exp( x) Abstractly, the matrix exponential gives the connection between a matrix Lie algebra and the corresponding Lie group. In Mathematics, a Lie algebra is an algebraic structure whose main use is in studying geometric objects such as Lie groups and differentiable Manifolds Lie In Mathematics, a Lie group (ˈliː sounds like "Lee" is a group which is also a Differentiable manifold, with the property that the group
Let X be an n×n real or complex matrix. In Mathematics, the real numbers may be described informally in several different ways Complex plane In Mathematics, the complex numbers are an extension of the Real numbers obtained by adjoining an Imaginary unit, denoted In Mathematics, a matrix (plural matrices) is a rectangular table of elements (or entries) which may be Numbers or more generally The exponential of X, denoted by eX or exp(X), is the n×n matrix given by the power series

The above series always converges, so the exponential of X is well-defined. In Mathematics, a power series (in one variable is an Infinite series of the form f(x = \sum_{n=0}^\infty a_n \left( x-c \right^n = a_0 + Note that if X is a 1×1 matrix the matrix exponential of X is a 1×1 matrix consisting of the ordinary exponential of the single element of X.
Contents |
Let X and Y be n×n complex matrices and let a and b be arbitrary complex numbers. We denote the n×n identity matrix by I and the zero matrix by 0. In Linear algebra, the identity matrix or unit matrix of size n is the n -by- n Square matrix with ones on the Main In Mathematics, particularly Linear algebra, a zero matrix is a matrix with all its entries being zero. The matrix exponential satisfies the following properties:
One of the reasons for the importance of the matrix exponential is that it can be used to solve systems of linear ordinary differential equations. In Mathematics, an ordinary differential equation (or ODE) is a relation that contains functions of only one Independent variable, and one or more of its Indeed, it follows from equation (1) below that the solution of

where A is a matrix, is given by

The matrix exponential can also be used to solve the inhomogeneous equation

See the section on applications below for examples.
There is no closed-form solution for differential equations of the form

where A is not constant, but the Magnus series gives the solution as an infinite sum. Magnus series refers to specific equations used in computational Mathematics.
We know that the exponential function satisfies ex + y = exey for any real numbers (scalars) x and y. The same goes for commuting matrices: If the matrices X and Y commute (meaning that XY = YX), then

However, if they do not commute, then the above equality does not necessarily hold. In which case, we can use the Baker-Campbell-Hausdorff formula to compute eX + Y. In Mathematics, the Baker-Campbell-Hausdorff formula is the solution to Z = \log(e^X e^Y\ for non- commuting X
Note that the exponential of a matrix is always a non-singular matrix. In Linear algebra, an n -by- n (square matrix A is called invertible or non-singular if there exists an n -by- The inverse of eX is given by e−X. In Linear algebra, an n -by- n (square matrix A is called invertible or non-singular if there exists an n -by- This is analogous to the fact that the exponential of a complex number is always nonzero. The matrix exponential then gives us a map

from the space of all n×n matrices to the general linear group, i. In Mathematics, the general linear group of degree n is the set of n × n invertible matrices, together with the operation e. the group of all non-singular matrices. In Mathematics, a group is a set of elements together with an operation that combines any two of its elements to form a third element In fact, this map is surjective which means that every non-singular matrix can be written as the exponential of some other matrix (for this, it is essential to consider the field C of complex numbers and not R). In Mathematics, a function f is said to be surjective or onto, if its values span its whole Codomain; that is for every The matrix logarithm gives an inverse to this map. In Mathematics, the logarithm of a matrix is a Matrix function which generalizes the scalar Logarithm to matrices.
For any two matrices X and Y, we have

where || · || denotes an arbitrary matrix norm. In Mathematics, a matrix norm is a natural extension of the notion of a Vector norm to matrices. It follows that the exponential map is continuous and Lipschitz continuous on compact subsets of Mn(C). In Mathematics, a continuous function is a function for which intuitively small changes in the input result in small changes in the output In Mathematics, more specifically in Real analysis, Lipschitz continuity, named after Rudolf Lipschitz, is a smoothness condition for functions
The map

defines a smooth curve in the general linear group which passes through the identity element at t = 0. In fact, this gives a one-parameter subgroup of the general linear group since

The derivative of this curve (or tangent vector) at a point t is given by

The derivative at t = 0 is just the matrix X, which is to say that X generates this one-parameter subgroup. In Mathematics, a one-parameter group or one-parameter subgroup usually means a continuous Group homomorphism φ: R
More generally,

Finding reliable and accurate methods to compute the matrix exponential is difficult, and this is still a topic of considerable current research in mathematics and numerical analysis. Some methods are listed below.
If a matrix is diagonal:

then its exponential can be obtained by just exponentiating every entry on the main diagonal:

This also allows one to exponentiate diagonalizable matrices. In Linear algebra, a diagonal matrix is a Square matrix in which the entries outside the Main diagonal (↘ are all zero In Linear algebra, a Square matrix A is called diagonalizable if it is similar to a Diagonal matrix, i If A = UDU − 1 and D is diagonal, then eA = UeDU − 1. Application of Sylvester's formula yields the same result. In Matrix theory, Sylvester's formula, named after James Joseph Sylvester, expresses matrix functions in terms of the eigenvalues and eigenvectors of a
A matrix N is nilpotent if Nq = 0 for some integer q. In Mathematics, a nilpotent matrix is an n × n Square matrix M such that M^q = 0\ for some positive In this case, the matrix exponential eN can be computed directly from the series expansion, as the series terminates after a finite number of terms:

When the minimal polynomial of a matrix X can be factored into a product of first degree polynomials, it can be expressed as a sum

where
This is the Dunford decomposition.
This means we can compute the exponential of X by reducing to the previous two cases:

Note that we need the commutativity of A and N for the last step to work.
Another (closely related) method if the field is algebraically closed is to work with the Jordan form of X. In Mathematics, a field F is said to be algebraically closed if every Polynomial in one Variable of degree at least 1 with Coefficients In Linear algebra, Jordan normal form (often called Jordan canonical form)shows that a given square matrix M over a field K Suppose that X = PJP −1 where J is the Jordan form of X. Then

Also, since


Therefore, we need only know how to compute the matrix exponential of a Jordan block. But each Jordan block is of the form

where N is a special nilpotent matrix. The matrix exponential of this block is given by

Suppose that we want to compute the exponential of

Its Jordan form is

where the matrix P is given by

Let us first calculate exp(J). We have

The exponential of a 1×1 matrix is just the exponential of the one entry of the matrix, so exp(J1(4)) = [e4]. The exponential of J2(16) can be calculated by the formula exp(λI+N) = eλ exp(N) mentioned above; this yields

Therefore, the exponential of the original matrix B is

The matrix exponential has applications to systems of linear differential equations. In Mathematics, a linear differential equation is a Differential equation of the form Ly = f \ where the Differential Recall from earlier in this article that a differential equation of the form

has solution eCty(0). If we consider the vector

we can express a system of coupled linear differential equations as

If we make an ansatz and use an integrating factor of e−At and multiply throughout, we obtain


If we can calculate eAt, then we can obtain the solution to the system. In physics and mathematics an ansatz ( Ger, "anset onset" today "setup" plural Ansätze) is an educated guess that is
Say we have the system

We have the associated matrix

In the example above, we have calculated the matrix exponential

so the general solution of the system is

that is,

For the inhomogeneous case, we can use integrating factors (a method akin to variation of parameters). In Mathematics, an integrating factor is a function that is chosen to facilitate the solving of a given Ordinary differential equation. In Mathematics, variation of parameters also known as variation of constants, is a general method to solve inhomogeneous linear Ordinary We seek a particular solution of the form yp(t) = exp(tA)z(t) :



For yp to be a solution:



So,

where c is determined by the initial conditions of the problem.
Say we have the system

So we then have

and

From before, we have the general solution to the homogeneous equation, Since the sum of the homogeneous and particular solutions give the general solution to the inhomogeneous problem, now we only need to find the particular solution (via variation of parameters).
We have, above:




which can be further simplified to get the requisite particular solution determined through variation of parameters.