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
This agrees with the Fourier transform shown in equation [](#eq:ftcinper).
397
399
:::
398
400
399
401
+++
@@ -482,7 +484,7 @@ for i,n in enumerate([10,20,30,50]):
482
484
483
485
As $n$ increases, we see that the errors do not decrease around the discontinuities and there is no convergence in maximum norm, but there is convergence in 2-norm as stated in Part (1) of [](#thm:fserconv).
484
486
485
-
We have observed this kind of Gibbs oscillations when we interpolate a discontinuous function with polynomials.
487
+
We have observed this kind of Gibbs oscillations when we interpolate a discontinuous function with polynomials, see Example [](#ex:pwctschebint).
486
488
487
489
Moreover, it looks like there is pointwise convergence away from the discontinuities, and this is the case, see next Theorem.
Copy file name to clipboardExpand all lines: intro.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,6 @@ with $p$ as large as possible. Both of these properties will imply convergence o
207
207
**Algorithms**: Efficient implementation of numerical methods in a working code is very important. E.g., trigonometic interpolation would be costly if implemented in a naive way, while FFT provides a fast implementation.
208
208
209
209
:::{seealso}
210
-
1. L. N. Trefethen, Numerical Analysis
211
-
1. L. N. Trefethen, The definition of numerical analysis
210
+
1.[L. N. Trefethen, Numerical Analysis](https://people.maths.ox.ac.uk/trefethen/NAessay.pdf)
211
+
1.[L. N. Trefethen, The definition of numerical analysis](https://people.maths.ox.ac.uk/trefethen/publication/PDF/1992_55.pdf)
0 commit comments