You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/05_Interpolation.jl
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
### A Pluto.jl notebook ###
2
-
# v0.20.4
2
+
# v0.20.5
3
3
4
4
using Markdown
5
5
using InteractiveUtils
6
6
7
7
# This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error).
8
8
macrobind(def, element)
9
9
#! format: off
10
-
quote
10
+
returnquote
11
11
local iv =try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b ->missing; end
As we increase polynomial order and noise, we see larger discrepancies for the interpolation based on equispaced points then for the Chebyshev points.
888
888
"""
889
889
890
-
# ╔═╡ 2cefad7d-d734-4342-8039-aefdc33c2edd
890
+
# ╔═╡ 1b5c69ef-1c35-44ab-b392-47a06263ebba
891
891
md"""
892
892
## Piecewise linear interpolation
893
893
*Note:* We will only discuss the high-level ideas of this part in the lecture. You can expect that there will not be any detailed exam questions on Jacobi and Gauss-Seidel without providing you with the formulas and algorithms.
@@ -909,7 +909,10 @@ i.e. just connecting the dots of each data point by a straight line.
0 commit comments