typo Euler ->Taylor #277
This commit is contained in:
parent
64f873aa95
commit
1f979f509d
@ -1370,7 +1370,7 @@
|
||||
"Before we go on, let's formally derive Euler's method, as it is the basis for the more advanced Runge Kutta methods used in the next section. In fact, Euler's method is the simplest form of Runge Kutta.\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"Here are the first 3 terms of the Euler expansion of $y$. An infinite expansion would give an exact answer, so $O(h^4)$ denotes the error due to the finite expansion.\n",
|
||||
"Here are the first 3 terms of the Taylor expansion of $y$. An infinite expansion would give an exact answer, so $O(h^4)$ denotes the error due to the finite expansion.\n",
|
||||
"\n",
|
||||
"$$y(t_0 + h) = y(t_0) + h y'(t_0) + \\frac{1}{2!}h^2 y''(t_0) + \\frac{1}{3!}h^3 y'''(t_0) + O(h^4)$$\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user