Course Syllabus — Updated Course Syllabus as of 08/27/12.
Example_RootFinding_Driver.m — Sets up and executes a root-finding problem.
Gauss_Seidel_Iteration.m — Iterative method for solving Ax = b
Gauss.m — Naive Gaussian Elimination with back substitution
Horner.m — Perform synthetic division using Horner's algorithm
HW_1 Program for problem 4 — Plotting Taylor series for sin(x).
HW_1 Solutions — Also included are links to the Matlab programs, which are squeezed into this document.
HW2.pdf — NOTE: The due date has been changed to Wednesday, Sept. 26th
HW3.pdf — Due on Friday Oct. 12th
HW5_Data.m — Save this file to your work directory as a .m file, and run it to drop the data into your workspace.
Jacobi_Iteration.m — Iteratively solve Ax = b
neville.m — A fairly efficient algorithm for polynomial interpolation.