First let us talk about matrix or vector valued functions. Such a function is just a matrix whose entries depend on some variable. If is the independent variable, we write a vector valued function as
Similarly a matrix valued function is
We can talk about the derivative or . This is just the matrix valued function whose entry is .
Rules of differentiation of matrix valued functions are similar to rules for normal functions. Let and be matrix valued functions. Let be a scalar and let be a constant matrix. Then
Note the order of the multiplication in the last two expressions.
A first order linear system of ODEs is a system that can be written as the vector equation
where is a matrix valued function, and and are vector valued functions. We will often suppress the dependence on and only write . A solution of the system is a vector valued function satisfying the vector equation.
For example, the equations
can be written as
We will mostly concentrate on equations that are not just linear, but are in fact constant coefficient equations. That is, the matrix will be constant; it will not depend on .
When (the zero vector), then we say the system is homogeneous. For homogeneous linear systems we have the principle of superposition, just like for single homogeneous equations.
Linear independence for vector valued functions is the same idea as for normal functions. The vector valued functions are linearly independent when
(3.3.1)
has only the solution , where the equation must hold for all .
The linear combination could always be written as
where is the matrix with columns , and is the column vector with entries . The matrix valued function is called the fundamental matrix, or the fundamental matrix solution.
To solve nonhomogeneous first order linear systems, we use the same technique as we applied to solve single linear nonhomogeneous equations.
So the procedure will be the same as for single equations. We find a particular solution to the nonhomogeneous equation, then we find the general solution to the associated homogeneous equation, and finally we add the two together.
Alright, suppose you have found the general solution . Now you are given an initial condition of the form
for some constant vector . Suppose that is the fundamental matrix solution of the associated homogeneous equation (i.e. columns of are solutions). The general solution can be written as
We are seeking a vector such that
In other words, we are solving for the nonhomogeneous system of linear equations
Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.