[ home / pointers ]

Net resources for numerical methods


Selecting the following will guide you to sources (or meta-sources) for information pertaining to numerical methods.


Tutorials and other documents

Afternotes on Numerical Analysis
A series of lectures by G. W. Stewart at the Univ. of Maryland on elementary numerical analysis. They are in PostScript source code.
[ftp://thales.cs.umd.edu/pub/afternotes/]
Templates for the Solution of Linear Systems
A tutorial on how to construct iterative methods for the solution of linear systems. The algorithms are presented as templates in a schematic language, which can then be translated into the language of your choice. This has already been done for some languages, including Fortran, and the code is also available at this site. The document is in PostScript.
[ftp://netlib2.cs.utk.edu/linalg/]
Samizdat Press
The goal of these folks is to provide for the free distribution of books, lecture notes, and software. Their offerings include tutorials on seismic imaging, geophsyical inverse theory, theoretical seismology, and continuum mechanics.
[http://landau.mines.edu/~samizdat/]
An Introduction to the Conjugate Gradient Method Without the Agonizing Pain
This is an intuitive introduction to the conjugate gradient method with a minimum of jargon and a maximum of physical understanding. It is available as PostScript and the report is in a file named CMU-CS-94-125.ps.
[ftp://reports.adm.cs.cmu.edu/usr0/anon/1994/]
Jon Claerbout
Claerbout has made available PostScript versions of various course notes and books he's written. The titles available are Three-Dimensional Filtering: Evironmental Sound Imaging Enhancement (160 pp.), Earth Sounding Analysis: Processing vs. Inversion (100 pp.), and Imaging the Earth's Interior (300 pp.).
[http://sepwww.stanford.edu/sep/jon/]
Computational Science Education Project (CSEP)
A project to develop online documentation in all the various areas of computational science. A first document, "Introduction to Computational Science", is available in both HTML and PostScript form.
[http://csep1.phy.ornl.gov/csep.html]
Clemson MODULES
A series of teaching modules, written using literate programming techniques with the FWEB package, that are suitable for beginning computer science or numerical analysis students. Example modules include one on floating point arithmetic and another on computing pi.
[http://www.cs.clemson.edu/CSE/MODULES/]
HPSC Project
The High Performance Scientific Computing Project at the University of Colorado has developed instructional material and laboratory facilities for a undergraduate course in HPSC and scientific visualization. Their document collection includes a twelve-chapter coursebook as well as numerous separate tutorials on topics ranging from Matlab to make to Fortran to vi to AVS.
[ftp://ftp.cs.colorado.edu/pub/HPSC/README.html]


Technical report sites:


Software sites:


Software packages:


[ home / pointers ]