A First Look at Numerical Functional Analysis
by W. W. Sawyer
Introduction
This is an excellent textbook on more
theoretical aspects of numerical analysis, yet presented with many
practical examples. The problems are enjoyable and interesting.
I would recommend it highly. Currently, I am working with Delbert
Franz on typesetting a complete solution manual to this book. You
can find the most recent version below.
Status
Currently I am working on finishing the solutions for Chapter 6 which introduced the modified Newton-Raphson iterations
in general function spaces. Delbert has provided solutions and commentary to the problems in the other chapters.
Numerical Code To Accompany Individual Sections/Problems:
Chapter 1 (A First Course in Functional Analysis):
- There were no computational problems for this chapter
Chapter 2 (Old Ideas in New Contexts):
Chapter 3 (Iteration and Contraction Mappings):
- There were no computational problems for this chapter
Chapter 4 (Minkowski Spaces):
- page43.m (plots and integrates the funcion g_n(x) = (n^2 x)^n e^{-n^2 x} for various n ... Matlab)
- page43.py (integrates the funcion g_n(x) = (n^2 x)^n e^{-n^2 x} for various n ... Python)
Chapter 5 (Linear Operators and their Norms):
- There were no computational problems for this chapter
Chapter 6 (Differentiation and Integration):
Chapter 7 (Further Developments):
- There were no computational problems for this chapter
Chapter 8 (Euclidean Space):
Chapter 9 (Some Tools of the Trade):
- There were no computational problems for this chapter
Chapter 10 (Some Bridgeheads):
- There were no computational problems for this chapter
John Weatherwax
Last modified: Fri Mar 2 09:18:15 EST 2007