Math 4329 (12701), Numerical Analysis

MW 1:30-2:50, LART 102

Office hours: MTWR 11:00-12:00, BELL 200

Course Description

Prerequisites: Math 3323 and working knowledge of a high level programming language

The text is "Elementary Numerical Analysis, Third Edition" Atkinson and Han, John Wiley & Sons, 2004.

Problem list may change during semester, so re-check before starting each assignment.

Topics covered
Topics section HW assignment due
Taylor Polynomials 1.1 2ac,3ab Aug 30
1.2 1,2,6 Aug 30
Error and Computer Arithmetic 2.1 1bde Sept 1
2.2 1b,5,6ch Sept 1
Rootfinding 3.1 1d*,10,14 Sept 13
3.2 3,11*(both roots) Sept 13
3.3 6*(both roots) Sept 20
3.4 8,11,16 Sept 20
3.5 3 Sept 20
Test I Chapters 1,2,3 Sept 22
Interpolation and Approximation 4.1 1,8,10 Sept 29
4.2 1,10,14 Oct 6
4.3 13 Oct 6
Numerical Integration and Differentiation 5.1 2*,11,12 Oct 11
5.2 2,16 Oct 18
5.3 2* (I3 only) Oct 18
5.4 1* Oct 18
Solution of Systems of Linear Equations 6.1 1 Oct 25
6.3 5*(use gel.m below),6a Oct 25
6.5 1c* (i,ii,iii only; H-12, not H-5) Nov 1
6.6 1a*,12 Nov 1
Test II Chapters 4,5,6 Nov 3
Numerical Linear Algebra 7.2 1ac,16ac* Nov 10
7.3 3* Nov 17
Ordinary Differential Equations 8.2 1b* Nov 17
8.5 2b* Nov 24
8.6 1b* Nov 24
8.7 3a,7a* Dec 1
8.8 1 Dec 1
Final comprehensive Dec 8, 4pm

* = computer problem requiring MATLAB

Grades

90-100% guaranteed A
80-89% guaranteed B or better
70-79% guaranteed C or better
60-69% guaranteed D or better
below 60% no guarantees

Videos

Note: All of these "optional" videos were made for other (graduate) courses, so they contain some material we don't cover in MATH 4329.

Chapters 1,2 Video

Chapter 3 Video

Chapter 4 Video

Chapter 5 Video

Chapter 6 Video (LU decomposition)

Chapter 6 Video (Band solvers and iterative methods)

Chapter 7 Video (Power method for eigenvalues)

Chapter 8 Video (Truncation error, Stability, Adams methods)

Chapter 8 Video (Stiffness, Runge-Kutta methods)

Old Tests

Fall 2006: Test I | Test II | Final

Spring 2009: Test I | Test II | Final

Fall 2009: Test I | Test II | Final

Fall 2010: Test I | Test II | Final

Note: Drop Deadline is Oct 29

gel.m (for Problem 5, section 6.3)