Sparse Matrices and Iterative Solvers
View Course Diagram
Many problems in science and engineering involve the solution of large systems
of linear equations that are sparse, i.e. most of the entries in the matrix
are zero. In this case, it is often more efficient to use iterative methods
to solve the system of equations, rather than the direct methods covered in
the previous course. This course covers the basics of iterative methods for
solving linear systems, and how to use sparse matrices to represent and solve
these systems efficiently.