1 Euler’s Method
application.wiley-vch.de › books › sampleEuler’s Method 1.1 Introduction In this chapter, we will consider a numerical method for a basic initial value problem, that is, for y = F(x,y), y(0)=α. (1.1) We will use a simplistic numerical method called Euler’s method. Because of the simplicity of both the problem and the method, the related theory is
1 Euler’s Method - Wiley-VCH
https://application.wiley-vch.de/books/sample/3527406107_c01.pdf1.2 Euler’s Method 3 set i = 0 in (1.9) and determine y1.Knowing y1,seti = 1 in (1.9) and deter- mine y2.Knowing y2,seti = 2 in (1.9) and determine y3, and so forth, until, finally, yn is generated. The resulting discrete function y0, y1, y2, ...,yn is called the numerical solution. Example 1.1 Consider the initial value problem y +y = x, y(0)=1.(1.11) This is a linear problem and can be ...