From 326439f72543914b236f2f5ba5ef9a80cf980901 Mon Sep 17 00:00:00 2001 From: OlivierHnt <38465572+OlivierHnt@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:30:27 -0400 Subject: [PATCH] Add Taylor integration --- src/mod2/mod2.md | 9 - src/mod2/taylor_lecture_notes.jl | 1519 +++++++++++++++++++++++++++++ src/mod3/fourier_lecture_notes.jl | 96 +- 3 files changed, 1567 insertions(+), 57 deletions(-) delete mode 100644 src/mod2/mod2.md create mode 100644 src/mod2/taylor_lecture_notes.jl 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"""