Home Download PDF

2021: Third Edition
Tea Time Numerical Analysis Experiences in Mathematics

License

All code made available here as electronic accompaniment to Tea Time Numerical Analysis is distributed under the GNU Public License (GPL).

This code is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Ancillaries

Click to view code or other ancillary. To download .m files, you may have to right-click and "Save as..."
1.4 Recursive Procedures
2.1 Bisection
2.2 Fixed Point Iteration
2.3 Order of Convergence for Fixed Point
2.5 More Convergence Diagrams
2.7 Bracketing
3.1 A root-finding challenge
3.2 Lagrange Polynomials
3.3 Newton Polynomials
4.4 Composite Integration
5.1 Osculating Polynomials
5.2 Splines
6.2 Taylor Methods
6.3 Foundations for Runge-Kutta Methods
6.4 Error Analysis
6.5 Adaptive Runge-Kutta Methods