Page 13 - NUMERICAL METHOD
P. 13

LU DECOMPOSITION :                                                                   8



                  DOOLITTLE METHOD




              With Doolittle method, the solution of the system of linear equations still
              uses the matrix form of       =    . But this time, coefficient matrix A is
              decomposed into the product of a lower triangular matrix L and
              an upper triangular matrix U.          That is,    =       . The solution is
              derived by solving the equation       =                 by forward substitution
              for y, and then solving the equations                     =        by backward
              substitution for x. Let’s work on an example to understand the whole
              process.



                      EXAMPLE 1


                 source: pixabay.com
              Using LU Doolittle Method, write the value of   ,    and   .



                                    3   + 2   −    = 10

                                    7   −    + 6   = 8

                                    3   + 2   = 5





                        Solution :

                source: pixabay.com
             STEP 1 :

             Rearrange the equation and write in the form of    ×    =   .



                                          ×    =   



                          3    2     −1                 10
                          7 −1        6    ×    =        8
                          3    0      2                  5
   8   9   10   11   12   13   14   15   16   17   18