Skip to content

Commit 04ac243

Browse files
committed
Cleanup for 07_differentiation
1 parent 5eaf19d commit 04ac243

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

07_differentiation.ipynb

+12-5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"</table>"
1515
]
1616
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": null,
20+
"metadata": {},
21+
"outputs": [],
22+
"source": []
23+
},
1724
{
1825
"cell_type": "code",
1926
"execution_count": null,
@@ -152,7 +159,7 @@
152159
"\n",
153160
"Where the Lagrange remainder term is\n",
154161
"\n",
155-
"$$R_N(x) = (x - x_0)(x - x_1)\\cdots (x - x_{N})(x - x_{N+1}) \\frac{f^{(N+1)}(c)}{(N+1)!}$$"
162+
"$$R_N(x) = (x - x_0)(x - x_1)\\cdots (x - x_{N}) \\frac{f^{(N+1)}(c)}{(N+1)!}$$"
156163
]
157164
},
158165
{
@@ -504,7 +511,7 @@
504511
"\n",
505512
"From Lagrange's Theorem, the remainder term looks like\n",
506513
"\n",
507-
"$$R_N(x) = (x - x_0)(x - x_1)\\cdots (x - x_{N})(x - x_{N+1}) \\frac{f^{(N+1)}(c)}{(N+1)!}$$"
514+
"$$R_N(x) = (x - x_0)(x - x_1)\\cdots (x - x_{N})) \\frac{f^{(N+1)}(c)}{(N+1)!}$$"
508515
]
509516
},
510517
{
@@ -974,7 +981,7 @@
974981
" f'(x_n) + R(x_n) = A f(x_{n+1}) + B f(x_n) + C f(x_{n-1})\n",
975982
"$$\n",
976983
"\n",
977-
"where $R(x_n)$ is our error. "
984+
"where $R(x_n)$ is our error, and $A,B,C$ are our ``undetermined coefficients''"
978985
]
979986
},
980987
{
@@ -1526,7 +1533,7 @@
15261533
"metadata": {
15271534
"celltoolbar": "Slideshow",
15281535
"kernelspec": {
1529-
"display_name": "Python 3",
1536+
"display_name": "Python 3 (ipykernel)",
15301537
"language": "python",
15311538
"name": "python3"
15321539
},
@@ -1540,7 +1547,7 @@
15401547
"name": "python",
15411548
"nbconvert_exporter": "python",
15421549
"pygments_lexer": "ipython3",
1543-
"version": "3.8.8"
1550+
"version": "3.11.7"
15441551
},
15451552
"latex_envs": {
15461553
"bibliofile": "biblio.bib",

0 commit comments

Comments
 (0)