Skip to content

Commit ab92c72

Browse files
committed
Update first part of boundary values chapter
1 parent e39bb34 commit ab92c72

3 files changed

Lines changed: 821 additions & 473 deletions

File tree

src/09_Numerical_differentiation.jl

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -936,19 +936,11 @@ md"""
936936
In this case, we are approximating a second derivative, so the derivation order is 2, and it turns out that this formula has an approximation error in $\mathcal O (h^2)$ so the approximation order is also 2.
937937
"""
938938

939-
# ╔═╡ 9ff5697a-90a0-4fb3-a93b-e99e3c14b11e
940-
md"""
941-
## Side-stepping the finite precision problem: Going complex
942-
943-
TODO("Include this fantastic remark by Nick Highham:
944-
945-
https://www.siam.org/publications/siam-news/articles/differentiation-without-a-difference
946-
")
947-
948-
"""
939+
# ╔═╡ b6418149-6c31-44d7-a8d3-95d8418daa59
940+
md"Show outline $(@bind show_outline CheckBox(default=true))"
949941

950942
# ╔═╡ 9c8ad9b0-50eb-478e-b63c-26a868765230
951-
let
943+
if show_outline
952944
RobustLocalResource("https://teaching.matmat.org/numerical-analysis/sidebar.md", "sidebar.md")
953945
Sidebar(toc, ypos) = @htl("""<aside class="plutoui-toc aside indent"
954946
style='top:$(ypos)px; max-height: calc(100vh - $(ypos)px - 55px);' >$toc</aside>""")
@@ -2619,7 +2611,7 @@ version = "1.13.0+0"
26192611
# ╟─ca3564d3-059e-40ce-bbcd-a04594e8ac24
26202612
# ╟─56368f98-6f51-49be-8333-6fa1b9c64cf1
26212613
# ╟─2adfac60-ec91-4c70-ae0c-f460f47d37dc
2622-
# ╠═9ff5697a-90a0-4fb3-a93b-e99e3c14b11e
2614+
# ╟─b6418149-6c31-44d7-a8d3-95d8418daa59
26232615
# ╟─9c8ad9b0-50eb-478e-b63c-26a868765230
26242616
# ╟─00000000-0000-0000-0000-000000000001
26252617
# ╟─00000000-0000-0000-0000-000000000002

0 commit comments

Comments
 (0)