Math 451 - Numerical Methods I
 
Gregg Waterman
 
Department of Mathematics
 
Oregon Institute of Technology
Topics:
Roots of Equations
Solving Systems of Equations
Curve Fitting
Additional Resources:
Syllabus
Schedule
This gives suggested or required activities for each class meeting.
MATLAB Documentation Center
My MATLAB notes
Function Codes:
row reduction
of any matrix with at least as many columns as rows to upper triangular form
back substitution
for an upper triangular matrix augmented with a vector
forward substitution
for a lower triangular matrix augmented with a vector
LU
factorization
of a square matrix
Return to Gregg's homepage