If each element of a matrix is a function of variable t, it is called a matrix function.
All elements of A(t), i.e., all aij being continuous at a given point (or interval) means A(t) is continuous.
If all elements of A(t) are differentiable, then A(t) is considered differentiable. The derivative of A(t) is denoted as dtdA(t) and defined as follows:
dtdA:=[dtdaij]
The matrix consisting of the integral of each element of A(t) is called the integral of A(t).
∫abA(t)dt:=[∫abaij(t)dt]
The exponential function of a matrix e(⋅)t:Mn×n→Mn×n is defined as follows:
eMt:=n=0∑∞n!Mntn=I+Mt+2!M2t2+3!M3t3⋯
Explanation
It is essentially no different from a vector-valued function. It’s just that the dimension of the index of the function values is 2.
It has the following properties regarding differentiation. When A(t), B(t) are matrix functions and C is a constant matrix,
dtd(CA)=CdtdA
dtd(A+B)=dtdA+dtdB
dtd(AB)=AdtdB+dtdAB
Example
Suppose matrix A(t) is as follows.
A(t)=(sint1tcost)
Then, A(t) is continuous across the entire interval, and its differentiation and integration are as follows.
A′(t)=(cost01−sint),∫0πA(t)dt=(2ππ2/20)
Matrix Exponential Function
As defined, a function with a constant matrix as the exponent’s coefficient is called a matrix exponential function. However, when trying to concretely conceptualize this definition, the following thought is natural.
eAt:=(eaijt)=ea11t⋮ean1t⋯⋯ea1nt⋮eannt
But defining it this way does not satisfy the definition of the exponential function, dtdet=et. When defined in terms of series, it can be seen to satisfy it as follows.