Basic Programs
ODE Solvers
- Features:
- Euler, Heun, and RK4 methods
- They compute vector solutions of general dimensions.
- Language: C++, C, and F77
- Source code & Documentation:
ODESOL.CF.tar,
ODESOL.TEX.tar, and
ODESOL.ps
- Note: The code is organized from projects
assigned to MA214, MA/CS321, and MA/CS537.
QR-Algorithm
- Features:
- Solves over-determined Least-Squares Problems
- Read data from files.
- Language: C++ and C
- Source code & Documentation:
QR.tar
ETC.