Module for the Fundamental Matrix

Numerical Methods for O. D. E. using Mathematica. (c) John H. Mathews, 2003

Background for the Fundamental Matrix.

    Solution of a homogeneous first order linear system of differential equations.  

    
[Graphics:Images/FundamentalMatrixMod_gr_1.gif]   
    
[Graphics:Images/FundamentalMatrixMod_gr_2.gif]    

Write the system in matrix form  

    [Graphics:Images/FundamentalMatrixMod_gr_3.gif]  

Find the eigenvalues and eigenvectors of the matrix  [Graphics:Images/FundamentalMatrixMod_gr_4.gif].  

If there are two linearly independent eigenvectors [Graphics:Images/FundamentalMatrixMod_gr_5.gif], which correspond to the eigenvalues [Graphics:Images/FundamentalMatrixMod_gr_6.gif], respectively, then two linearly independent solution are   

    [Graphics:Images/FundamentalMatrixMod_gr_7.gif]  and  [Graphics:Images/FundamentalMatrixMod_gr_8.gif]

The fundamental matrix is formed by using the two column vectors [Graphics:Images/FundamentalMatrixMod_gr_9.gif].  

    [Graphics:Images/FundamentalMatrixMod_gr_10.gif].

The general solution is

    [Graphics:Images/FundamentalMatrixMod_gr_11.gif].

This can be written in matrix form as follows

    [Graphics:Images/FundamentalMatrixMod_gr_12.gif]
    
The case of a repeated eigenvalue will be discussed when we study the eigenvectors are deficient.

Example 1.  Consider the differential equation system  [Graphics:Images/FundamentalMatrixMod_gr_13.gif]  where  [Graphics:Images/FundamentalMatrixMod_gr_14.gif],  and    [Graphics:Images/FundamentalMatrixMod_gr_15.gif].  
Also, for your information, a fundamental matrix for  [Graphics:Images/FundamentalMatrixMod_gr_16.gif]  is  [Graphics:Images/FundamentalMatrixMod_gr_17.gif].  
(a) Find a particular solution to the system.
(b) Find the general solution.

Solution 1.

Example 2.  Consider the D. E. system   [Graphics:Images/FundamentalMatrixMod_gr_64.gif],  in which  [Graphics:Images/FundamentalMatrixMod_gr_65.gif]  and  [Graphics:Images/FundamentalMatrixMod_gr_66.gif], and given that  [Graphics:Images/FundamentalMatrixMod_gr_67.gif]  is a fundamental matrix for the associated homogeneous system    [Graphics:Images/FundamentalMatrixMod_gr_68.gif].
Find the general solution to  [Graphics:Images/FundamentalMatrixMod_gr_69.gif].  

Solution 2.

Load in Mathematica's graphics package "Colors" and the matrix package "MatrixManipulation".

Example 3 (a)  Find the fundamental matrix solution to the system of D. E.'s  
[Graphics:Images/FundamentalMatrixMod_gr_118.gif]  

3 (b)  Use the fundamental matrix to find the solution with the initial conditions:
[Graphics:Images/FundamentalMatrixMod_gr_119.gif]  

Solution 3.


Converted by Mathematica      January 28, 2003