Physics 329: Root Finding & Non Linear Equations
Please report all errors/typos. etc to
matt@infeld.ph.utexas.edu
- Source code covered in class can be found on
the phy329 account on einstein in
~phy329/nonlin/ex1, ... (organized by lecture).
- General References
- Lecture 1 (Oct 25)
- Lecture 2 (Oct 28)
- newtsqrt.f:
Fortran program for computing square roots (solving x^2 - a = 0)
using Newton's method.
Sample output on SGIs.
- Lecture 3 (Oct 30)
- newt2.f:
Fortran program for computing root of simple set of non-linear
equations (d=2) discussed in class.
Sample output on SGIs
and a check on the
computation using Maple's numerical root finding capabilities
(fsolve).