diff --git a/src/mod2/mod2.md b/src/mod2/mod2.md deleted file mode 100644 index 8a81505..0000000 --- a/src/mod2/mod2.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Taylor integration" -order: 1 -chapter: 3 -layout: "md.jlmd" -tags: ["module2"] ---- - -## diff --git a/src/mod2/taylor_lecture_notes.jl b/src/mod2/taylor_lecture_notes.jl new file mode 100644 index 0000000..29c610a --- /dev/null +++ b/src/mod2/taylor_lecture_notes.jl @@ -0,0 +1,1519 @@ +### A Pluto.jl notebook ### +# v0.19.46 + +#> [frontmatter] +#> chapter = 2 +#> order = 1 +#> title = "Lecture notes: Taylor integration" +#> tags = ["module2"] +#> layout = "layout.jlhtml" + +using Markdown +using InteractiveUtils + +# ╔═╡ d0e623ee-b096-4a27-977d-dc32567d6020 +using PlutoTeachingTools, PlutoUI + +# ╔═╡ 018ecc45-8638-4a59-b561-efb086bdc751 +using RadiiPolynomial, LinearAlgebra, Plots + +# ╔═╡ 7fc40507-eda3-474d-a454-04e9173a7adb +html"""