jagomart
digital resources
picture1_Solving Equations Pdf 181426 | Notes350 Ch2print


 166x       Filetype PDF       File size 0.78 MB       Source: www.math.iit.edu


File: Solving Equations Pdf 181426 | Notes350 Ch2print
math350 introduction to computational mathematics chapter ii solving systems of linear equations greg fasshauer department of applied mathematics illinois institute of technology spring 2011 fasshauer iit edu math350 chapter2 1 ...

icon picture PDF Filetype PDF | Posted on 30 Jan 2023 | 2 years ago
Partial capture of text on file.
           MATH350: Introduction to Computational
                             Mathematics
              Chapter II: Solving Systems of Linear Equations
                              Greg Fasshauer
                         Department of Applied Mathematics
                           Illinois Institute of Technology
                               Spring 2011
        fasshauer@iit.edu      MATH350–Chapter2                          1
  Outline
   1  Applications, Motivation and Background Information
   2  Gaussian Elimination = LU Decomposition
   3  Forward and Back Substitution in MATLAB
   4  Partial Pivoting
   5  MATLAB Implementation of LU-Decomposition
   6  Roundoff Error and the Condition Number of a Matrix
   7  Special Matrices
   8  AnApplication: Google’s Page Rank
         fasshauer@iit.edu        MATH350–Chapter2                            2
              Applications, Motivation and Background Information     Applications
    Wheredosystemsoflinear equations come up?
     Everywhere!
             They appear straightforwardly in
                     analytic geometry (intersection of lines and planes),
                     traffic flow networks,
                     Google page ranks,
                     linear optimization problems (MATH 435),
                     Leontief’s input-output model in economics,
                     electric circuit problems,
                     the steady-state analysis of a system of chemical or biological
                     reactors,
                     the structural analysis of trusses,
                     andmanyotherapplications.
             They will appear as intermediate or final steps in many numerical
             methods such as
                     polynomial or spline interpolation (Ch. 3),
                     the solution of nonlinear systems (Ch. 4),
                     least squares fitting,
                     the solution of systems of differential equations (Ch. 6),
                     andmanyotheradvancednumericalmethods.
              fasshauer@iit.edu                         MATH350–Chapter2                                                           4
              Applications, Motivation and Background Information     Representation of Linear Systems
             Equation form:
                                                    x +2x +3x                     = 1
                                                      1          2          3
                                                    2x +x +4x                     = 1
                                                        1        2          3
                                                    3x +4x +x                     = 1
                                                        1          2        3
             Matrix form: Ax = b, with
                                      1 2 3                              x1                       1 
                            A= 2 1 4 , x = x2 , b= 1 .
                                         3 4 1                                 x3                         1
     Note: We will always think of vectors as column vectors. If we need to
     refer to a row vector we will use the notation xT.
     Remark
     Most of the material discussed in this chapter can be found in Chapter
     2of [NCM].
              fasshauer@iit.edu                         MATH350–Chapter2                                                           5
The words contained in this file might help you see if this file matches what you are looking for:

...Math introduction to computational mathematics chapter ii solving systems of linear equations greg fasshauer department applied illinois institute technology spring iit edu outline applications motivation and background information gaussian elimination lu decomposition forward back substitution in matlab partial pivoting implementation roundoff error the condition number a matrix special matrices anapplication google s page rank wheredosystemsoflinear come up everywhere they appear straightforwardly analytic geometry intersection lines planes trafc ow networks ranks optimization problems leontief input output model economics electric circuit steady state analysis system chemical or biological reactors structural trusses andmanyotherapplications will as intermediate nal steps many numerical methods such polynomial spline interpolation ch solution nonlinear least squares tting differential andmanyotheradvancednumericalmethods representation equation form x ax b with note we always think ...

no reviews yet
Please Login to review.