Skip to content

Commit c51cdc1

Browse files
committed
updated requirements, corrected syntax
1 parent 41313ee commit c51cdc1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

book/content/Script/04_numerik/0423_konvergenz.ipynb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"execution_count": 2,
1313
"metadata": {
1414
"tags": [
15-
"hide_input"
15+
"hide-input"
1616
]
1717
},
1818
"outputs": [],
@@ -57,7 +57,7 @@
5757
"execution_count": 3,
5858
"metadata": {
5959
"tags": [
60-
"hide_input"
60+
"hide-input"
6161
]
6262
},
6363
"outputs": [],
@@ -78,7 +78,7 @@
7878
"execution_count": 7,
7979
"metadata": {
8080
"tags": [
81-
"hide_input"
81+
"hide-input"
8282
]
8383
},
8484
"outputs": [],
@@ -111,7 +111,7 @@
111111
"execution_count": 8,
112112
"metadata": {
113113
"tags": [
114-
"hide_input"
114+
"hide-input"
115115
]
116116
},
117117
"outputs": [
@@ -169,7 +169,7 @@
169169
"execution_count": 11,
170170
"metadata": {
171171
"tags": [
172-
"hide_input"
172+
"hide-input"
173173
]
174174
},
175175
"outputs": [],
@@ -202,7 +202,7 @@
202202
"execution_count": 12,
203203
"metadata": {
204204
"tags": [
205-
"hide_input"
205+
"hide-input"
206206
]
207207
},
208208
"outputs": [
@@ -247,6 +247,7 @@
247247
"$$ \\sf = \\frac{f(x_0 + h) - f(x_0)}{h} + \\mathcal{O}\\left(\\frac{\\epsilon}{h}\\right) + \\mathcal{O}(h) $$\n",
248248
"\n",
249249
"Damit macht eine Verkleinerung von $\\sf h$ nur Sinn, solange der Rundungsfehler klein gegenüber $\\sf h$ ist. Genauer:\n",
250+
"\n",
250251
"$$\\sf \\frac{\\epsilon}{h} \\le h $$\n",
251252
"$$\\sf \\Rightarrow \\quad h \\ge \\sqrt{\\epsilon} $$\n",
252253
"\n",
@@ -263,7 +264,7 @@
263264
],
264265
"metadata": {
265266
"kernelspec": {
266-
"display_name": "Python 3",
267+
"display_name": "Python 3 (ipykernel)",
267268
"language": "python",
268269
"name": "python3"
269270
},
@@ -277,7 +278,7 @@
277278
"name": "python",
278279
"nbconvert_exporter": "python",
279280
"pygments_lexer": "ipython3",
280-
"version": "3.7.5"
281+
"version": "3.10.10"
281282
}
282283
},
283284
"nbformat": 4,

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
numpy
22
pandas
33
matplotlib
4+
scipy
45
seaborn
56
jupyterlab
67
jupyter-book

0 commit comments

Comments
 (0)