Example 1.  Solve the homogeneous linear system of equations  
        [Graphics:Images/HomogenLinSystemMod_gr_28.gif]    

Solution 1.

Enter the equations into Mathematica.  

[Graphics:../Images/HomogenLinSystemMod_gr_29.gif]

Identify the matrix of coefficients A and column vector B for the matrix problem AX = B.  

[Graphics:../Images/HomogenLinSystemMod_gr_30.gif]



[Graphics:../Images/HomogenLinSystemMod_gr_31.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_32.gif]

 

[Graphics:../Images/HomogenLinSystemMod_gr_33.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_34.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_35.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_36.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_37.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_38.gif]


Form the augmented matrix  M = [A, B]  and perform Gauss-Jordan elimination with row interchanges.

[Graphics:../Images/HomogenLinSystemMod_gr_39.gif]


[Graphics:../Images/HomogenLinSystemMod_gr_40.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_41.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_42.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_43.gif]


[Graphics:../Images/HomogenLinSystemMod_gr_44.gif]


[Graphics:../Images/HomogenLinSystemMod_gr_45.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_46.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_47.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_48.gif]

Find the reduced row echelon form of the augmented matrix  M = [A, B].  

[Graphics:../Images/HomogenLinSystemMod_gr_49.gif]


[Graphics:../Images/HomogenLinSystemMod_gr_50.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_51.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_52.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_53.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_54.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_55.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_56.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_57.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_58.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_59.gif]

The 3×3 identity matrix appears in the left 3 columns of  M, and the given linear system is equivalent to:

[Graphics:../Images/HomogenLinSystemMod_gr_60.gif]

The solution vector is the fourth column of  M.

[Graphics:../Images/HomogenLinSystemMod_gr_61.gif]


[Graphics:../Images/HomogenLinSystemMod_gr_62.gif]

Verify the solution.

[Graphics:../Images/HomogenLinSystemMod_gr_63.gif]


[Graphics:../Images/HomogenLinSystemMod_gr_64.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_65.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_66.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_67.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_68.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_69.gif]

We are done.

Aside.  We can let Mathematica find the reduced row echelon matrix.  This is just for fun !

[Graphics:../Images/HomogenLinSystemMod_gr_70.gif]


[Graphics:../Images/HomogenLinSystemMod_gr_71.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_72.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_73.gif]

Aside.  We check out  [Graphics:../Images/HomogenLinSystemMod_gr_74.gif].  

[Graphics:../Images/HomogenLinSystemMod_gr_75.gif]



[Graphics:../Images/HomogenLinSystemMod_gr_76.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_77.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_78.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_79.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_80.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_81.gif]

Looking at the above calculations we see that  [Graphics:../Images/HomogenLinSystemMod_gr_82.gif], and the theorem guarantees a unique solution, which in this case is the trivial solution.  However, it might be easier to just check out the determinant.  

[Graphics:../Images/HomogenLinSystemMod_gr_83.gif]



[Graphics:../Images/HomogenLinSystemMod_gr_84.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_85.gif]

[Graphics:../Images/HomogenLinSystemMod_gr_86.gif]

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) John H. Mathews 2004