From 225d391eb88847cc89041584bdb56269e9950beb Mon Sep 17 00:00:00 2001 From: JB Date: Sun, 18 Aug 2024 10:57:58 +0200 Subject: [PATCH] Added Fourier series notebook --- src/mod3/fourier_lecture_notes.jl | 2327 +++++++++++++++++++++++++++++ src/mod3/mod3.md | 9 - 2 files changed, 2327 insertions(+), 9 deletions(-) create mode 100644 src/mod3/fourier_lecture_notes.jl delete mode 100644 src/mod3/mod3.md diff --git a/src/mod3/fourier_lecture_notes.jl b/src/mod3/fourier_lecture_notes.jl new file mode 100644 index 0000000..a08afdf --- /dev/null +++ b/src/mod3/fourier_lecture_notes.jl @@ -0,0 +1,2327 @@ +### A Pluto.jl notebook ### +# v0.19.45 + +#> [frontmatter] +#> chapter = 1 +#> order = 1 +#> title = "Lecture notes: Finite-dimensional problems" +#> tags = ["module1"] +#> layout = "layout.jlhtml" + +using Markdown +using InteractiveUtils + +# ╔═╡ d0e623ee-b096-4a27-977d-dc32567d6020 +using PlutoTeachingTools, PlutoUI + +# ╔═╡ 2661bfc9-e398-41ed-87d9-c78f05da64cb +using RadiiPolynomial, Plots + +# ╔═╡ 018ecc45-8638-4a59-b561-efb086bdc751 +using LinearAlgebra,ToeplitzMatrices + +# ╔═╡ 7fc40507-eda3-474d-a454-04e9173a7adb +html"""