Example 1 (b). Use the back-substitution method to solve the upper-triangular linear system  [Graphics:Images/BackSubstitutionMod_gr_20.gif].  

Solution 1 ( b)

Observe that only the element [Graphics:../Images/BackSubstitutionMod_gr_47.gif] different from the matrix in part (a).  We can make an editorial change of the old matrix to form the new matrix.   

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

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

Now make the change.   

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

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

Check it out to make sure it was changed.  

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




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

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

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

Remark.  If you like numerical solutions, then make the matrix and vector into decimal form.
If you do not do this you will obtain fractional answers.

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

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

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

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

Then perform back-substitution.

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



[Graphics:../Images/BackSubstitutionMod_gr_61.gif]
[Graphics:../Images/BackSubstitutionMod_gr_62.gif]
[Graphics:../Images/BackSubstitutionMod_gr_63.gif]
[Graphics:../Images/BackSubstitutionMod_gr_64.gif]
[Graphics:../Images/BackSubstitutionMod_gr_65.gif]
[Graphics:../Images/BackSubstitutionMod_gr_66.gif]
[Graphics:../Images/BackSubstitutionMod_gr_67.gif]
[Graphics:../Images/BackSubstitutionMod_gr_68.gif]
[Graphics:../Images/BackSubstitutionMod_gr_69.gif]
[Graphics:../Images/BackSubstitutionMod_gr_70.gif]
[Graphics:../Images/BackSubstitutionMod_gr_71.gif]
[Graphics:../Images/BackSubstitutionMod_gr_72.gif]
[Graphics:../Images/BackSubstitutionMod_gr_73.gif]
[Graphics:../Images/BackSubstitutionMod_gr_74.gif]
[Graphics:../Images/BackSubstitutionMod_gr_75.gif]


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

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

Verify the solution.

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



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

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

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

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

Are you happy with the few digits that are displayed ?
Usually they are enough for educational purposes.  

If you want more, then you will need to learn that computations are done with 16 digit accuracy.  The digits are always there, but just not displayed.

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


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

What if you are a "digit" freak and wanted more digits ?

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


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

What computer languages have double precision, triple precision, quadruple precision, "infinite" precision in its numerical answers ?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) John H. Mathews 2004