Skip to content

Commit 07384ae

Browse files
committed
Update iterative methods
1 parent c65b8c7 commit 07384ae

File tree

3 files changed

+485
-67
lines changed

3 files changed

+485
-67
lines changed

src/05_Interpolation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ As we increase polynomial order and noise, we see larger discrepancies for the i
890890
# ╔═╡ 2cefad7d-d734-4342-8039-aefdc33c2edd
891891
md"""
892892
## Piecewise linear interpolation
893-
*Note:* We will only discuss the high-level results of this part in the lecture.
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.
894894
895895
In the previous section we looked at $n$-th degree polynomial interpolation,
896896
which we found to be poorly conditioned, e.g. when equispaced nodes and high

0 commit comments

Comments
 (0)