New Microsoft PowerPoint Presentation

14
X Y 1 0 4 1.386294 5 1.609438 6 1.791759

description

algebra

Transcript of New Microsoft PowerPoint Presentation

Page 1: New Microsoft PowerPoint Presentation

X Y1 04 1.3862945 1.6094386 1.791759

Page 2: New Microsoft PowerPoint Presentation
Page 3: New Microsoft PowerPoint Presentation
Page 4: New Microsoft PowerPoint Presentation

General Form of Newton’s Interpolating Polynomials

Page 5: New Microsoft PowerPoint Presentation
Page 6: New Microsoft PowerPoint Presentation

Recursive nature of finite divided differences

Page 7: New Microsoft PowerPoint Presentation
Page 8: New Microsoft PowerPoint Presentation
Page 9: New Microsoft PowerPoint Presentation
Page 10: New Microsoft PowerPoint Presentation
Page 11: New Microsoft PowerPoint Presentation
Page 12: New Microsoft PowerPoint Presentation

Steps to solve ODE• Create a function which takes two argument t and y and gives f(t,y)For example

• Create another function which takes name of the M-file that evaluates the ODE[ti, tf] where ti and tf = initial and final values of

independent variableY0 initial value of dependent variableH step size

Page 13: New Microsoft PowerPoint Presentation

• No of steps required to solve ODE for given time span = tspan/stepsize

• Make column matrix t=0 : step size : end value • Make column matrix Y of same size

Page 14: New Microsoft PowerPoint Presentation

Classical Fourth-Order Runge-Kutta Method