Course Materials for Short Course on Numerical Analysis

These materials are for a short course on numerical analysis taught by Anne Greenbaum in Sept. 2010 at Hanoi University.

Syllabus: syllabus

Course Notes for Short Course on Numerical Analysis

Assignments and handouts.

HW1 (due Mon., Sept. 13): pp. 23-24, problems 5 and 6; pp. 40-43, problems 2, 3, 4, and 11.

Partial solutions for HW1: ch1-2_solutions

HW2 (due Mon., Sept. 20): pp. 80-84, problems 1, 2, 9, 12, 14, 19.

HW3 (due Thurs., Sept. 23): pp. 98-100, problems 1, 3, 11, 13; p. 108, problems 2 and 3.

Sample MATLAB codes.

Sample MATLAB code for bisection : bisect.m
Sample MATLAB code for Newton's method : newton.m