File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
book/content/Script/04_numerik Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1212 "execution_count" : 2 ,
1313 "metadata" : {
1414 "tags" : [
15- " hide_input "
15+ " hide-input "
1616 ]
1717 },
1818 "outputs" : [],
5757 "execution_count" : 3 ,
5858 "metadata" : {
5959 "tags" : [
60- " hide_input "
60+ " hide-input "
6161 ]
6262 },
6363 "outputs" : [],
7878 "execution_count" : 7 ,
7979 "metadata" : {
8080 "tags" : [
81- " hide_input "
81+ " hide-input "
8282 ]
8383 },
8484 "outputs" : [],
111111 "execution_count" : 8 ,
112112 "metadata" : {
113113 "tags" : [
114- " hide_input "
114+ " hide-input "
115115 ]
116116 },
117117 "outputs" : [
169169 "execution_count" : 11 ,
170170 "metadata" : {
171171 "tags" : [
172- " hide_input "
172+ " hide-input "
173173 ]
174174 },
175175 "outputs" : [],
202202 "execution_count" : 12 ,
203203 "metadata" : {
204204 "tags" : [
205- " hide_input "
205+ " hide-input "
206206 ]
207207 },
208208 "outputs" : [
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 " ,
263264 ],
264265 "metadata" : {
265266 "kernelspec" : {
266- "display_name" : " Python 3" ,
267+ "display_name" : " Python 3 (ipykernel) " ,
267268 "language" : " python" ,
268269 "name" : " python3"
269270 },
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 ,
Original file line number Diff line number Diff line change 11numpy
22pandas
33matplotlib
4+ scipy
45seaborn
56jupyterlab
67jupyter-book
You can’t perform that action at this time.
0 commit comments