numerical methods notes

58
CHAPTER-1 MATHEMATICAL MODELING & ENGINEERING PROBLEM SOLVING

Upload: dr-madhava-madireddy

Post on 13-Apr-2017

132 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Numerical methods notes

CHAPTER-1 MATHEMATICAL MODELING & ENGINEERING PROBLEM SOLVING

Page 2: Numerical methods notes
Page 3: Numerical methods notes
Page 4: Numerical methods notes
Page 5: Numerical methods notes
Page 6: Numerical methods notes

CHAPTER – APPROXIMATIONS & ROUND-OFF ERRORS

Page 7: Numerical methods notes
Page 8: Numerical methods notes
Page 9: Numerical methods notes
Page 10: Numerical methods notes
Page 11: Numerical methods notes
Page 12: Numerical methods notes
Page 13: Numerical methods notes
Page 14: Numerical methods notes
Page 15: Numerical methods notes
Page 16: Numerical methods notes
Page 17: Numerical methods notes
Page 18: Numerical methods notes
Page 19: Numerical methods notes
Page 20: Numerical methods notes

CHAPTER – GAUSS ELIMINATIONThis chapter deals with simultaneous linear algebraic equations that can be representedGenerally as

a11x1 + a12x2 + . . . + a1nxn = b1

a21x1 + a22x2 + . . . + a2nxn = b2

an1x1 + an2x2 + . . . + annxn = bn

where the a’s are constant coefficients and the b’s are constants.The technique described in this chapter is called gauss elimination because it involvesCombining equations to eliminate unknowns. Although it is one of the earliest method forSolving simultaneous equations, it remains among the most important algorithms in use todayAnd is the basis for liner equation solving on many popular software packages.

Page 21: Numerical methods notes
Page 22: Numerical methods notes
Page 23: Numerical methods notes
Page 24: Numerical methods notes
Page 25: Numerical methods notes
Page 26: Numerical methods notes

CHAPTER- LU DECOMPOSITION & MATRIX INVERSION

Page 27: Numerical methods notes
Page 28: Numerical methods notes
Page 29: Numerical methods notes
Page 30: Numerical methods notes
Page 31: Numerical methods notes
Page 32: Numerical methods notes
Page 33: Numerical methods notes
Page 34: Numerical methods notes
Page 35: Numerical methods notes
Page 36: Numerical methods notes
Page 37: Numerical methods notes
Page 38: Numerical methods notes
Page 39: Numerical methods notes
Page 40: Numerical methods notes
Page 41: Numerical methods notes
Page 42: Numerical methods notes
Page 43: Numerical methods notes
Page 44: Numerical methods notes
Page 45: Numerical methods notes
Page 46: Numerical methods notes
Page 47: Numerical methods notes
Page 48: Numerical methods notes
Page 49: Numerical methods notes
Page 50: Numerical methods notes
Page 51: Numerical methods notes
Page 52: Numerical methods notes
Page 53: Numerical methods notes
Page 54: Numerical methods notes
Page 55: Numerical methods notes
Page 56: Numerical methods notes
Page 57: Numerical methods notes