Syllabus for Math 4242 --- Fall 2013

Description:

One semester course on linear algebra. Assuming a basic acquaintance with vectors and matrices, the course goes on to study matrix theory in greater depth as well as some of its applications. Topics include Gauss elimination, LU factorization, row, column and null spaces and their dimensions, orthogonality, Gram-Schmidt method, QR factorization, determinants, eigenvalues, symmetric and Hermitian matrices and linear transformations. Applications include Markov chains, linear differential and difference equations, method of least squares, principle axes for conic sections, etc.

Text:

Applied Linear Algebra, by Olver and Shakiban. We will cover many, but not all, of the topics in the book. This is only possible because some of the material should already be familiar from previous courses. Specifically, you should already know about matrix multiplication, determinants of small matrices, and probably at least heard of eigenvalues.

Grades:

There will be grades for quizzes and three midterm exams. All exams and quizzes are open book/notes, calculators allowed.

Quizzes 25 %
Midterm Exams (25% each) 75 %

For general policy statements about grades and academic honesty, go to: Grading Policy Statement, Student Conduct Statement .

Exam Dates:

 Midterm I Wednesday, October 2
 Midterm II Wednesday, November 6
 Midterm III Wednesday, December 11

Homework:

Homework will be assigned but not collected. Instead there will be weekly quizzes consisting of problems very similar to the homework problems. If you can do the homework problems you should have no trouble with the quizzes. One quiz score will be dropped to allow for an absence or just a "bad day." To see the assignments, click on the link above.

Approximate Schedule:

 Week  Topic Reading
9/4=9/6 Gauss elimination, PA=LU 1.2-1.4
9/9-9/13 Inverses, LDL^T, lin. systems, determinants 1.5,1.6,1.8,1.9
9/16-9/20 Vector spaces, span, lin.indep, basis, dim. 2.1-2.4
9/23-9/27 Fund. Subspaces, Fund.Theorem 2.5
9/30-10/4 Review, Midterm I, Inner Products 3.1,3.2
10/7-10/11 Norms, pos. def. mat., compl.sq. 3.3-3.5
10/14-10/18 Minimization, least squares 4.1-4.4
10/21-10/25 Orthog. bases, Gram-Schmidt, orth.matrices 5.1-5.3
10/28-11/1 Orthog. poly., orth. projection, orth. subspaces 5.4-5.6
11/4-11/8 Review, Midterm II, Linear transformations 7.1
11/11-11/15 Linear transformations 7.2-7.3
11/18-11/22 Eigenvalues, diagonalization, diff. eqs. 8.1-8.3, 9.1
11/25-11/27 Linear iteration, Markov chains, Thanksgiving 10.1, 10.4
12/2-12/6 Orthog. diagonalization, singular values 8.4-8.5
5/5 Review, Midterm III

Labs:

Here are two do-it-yourself computer labs to see how Matlab can be used to numerically solve linear algebra problems. The links below allow you to download the instructions for the labs which can be done on any computer running Matlab. This is purely for enrichment -- no grades.

Lab 1
Lab 2