Skip to content

Commit 1f979f5

Browse files
committed
typo Euler ->Taylor #277
1 parent 64f873a commit 1f979f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07-Kalman-Filter-Math.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@
13701370
"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",
13711371
"\n",
13721372
"\n",
1373-
"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",
1373+
"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",
13741374
"\n",
13751375
"$$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",
13761376
"\n",

0 commit comments

Comments
 (0)