Special software is required to use some of the files in this section: .m, .zip.
18.086 has two main parts, Initial Value Problems and Solving Large Linear Systems. The lectures will present the underlying theory and many of the key algorithms for these important problems.
A project on Part 1 is due the day after spring break. A project on Part 2 is due before the end of the semester, with a brief oral report to the class. The scope of the projects will be discussed in class.
Many projects will move to 2 or 3 space dimensions or nonlinear problems like conservative laws, starting in 1 space dimension.
(Area 1) Numerical methods for initial-value problems
(Area 2) Direct and iterative methods for large systems Ax=b
In area 1, the first questions will be similar to the recent homework, but in more dimensions. Implicit methods may need an idea from area 2. Shocks and fans in 2D would be extremely interesting. (Even in 1D, how well does a difference method show the fan+shock solution when u(x,0)= δ(x)?)
In area 2, experiments are badly needed on reordering the linear system to reduce fill-in, which is counted by nnz(L) and nnz(U). Compare minimum degree software, estimate or prove on estimate for fill-in and flop count as N increases (dimensions 2 and 3). Last year's final project on multi-grid by Joseph Kovac can be seen below. That would have ideas for this year's first project (not as extensive of a final project). How is multi-grid affected by a first-difference matrix which might be one-sided, or centered and anti-symmetric, coming from implicit convection-diffusion? Does multi-grid break down when convection dominates diffusion? Also experiments on Incomplete LU using luinc and cholinc with different tolerances. Good preconditioner for iterative methods? Dependence on the choice of tolerance?
This sample project is courtesy of Jose A. Dominguez-Caballero, a student in the class, and is used with permission.
Experimental Analysis of the Two Dimensional Laplacian Matrix (K2D): Applications and Reordering Algorithms (PDF - 1.3 MB)
This sample project is courtesy of Joseph Kovac, a student in the class, and is used with permission. The project implements a 2D multigrid solver for Laplace's and Poisson's equation.
Overview of Multi-grid Project (PDF)
Project File: The Fundamentals and Advantages of Multigrid Techniques (PDF)
Matlab_Files_for_Project.zip (ZIP) (The ZIP file contains: 10 .m files.)