AMath 585 Notebooks

AMath 585, Winter Quarter 2020 at the University of Washington. Developed by R.J. LeVeque and distributed under the BSD license. You are free to modify and use as you please, with attribution.

These notebooks are all available on Github.

Introductory notebooks

Finite difference approximations

2-point boundary values problems

Function space methods

  • FourierSpectral.html Introduction to Discrete Fourier Transform and use in solving a BVP with periodic boundary conditions.
  • ChebPolyOnCircle.html Illustrates the relation between Chebyshev polynomials and Fourier series, with some discussion of aliasing in both cases.
  • ChebyshevSpectral.html Illustrates Chebyshev interpolation and using to to obtain a spectrally accurate approximation to a derivative.

Sparse matrix solvers