MATH/APPM 4650
Class notes, May 1
Chapter 6 review


This chapter covers methods for solving the matrix equation
A x = b
for x, where A is an n × n square matrix and b is a given n-dimensional column vector.

This sort of problem comes up frequently in many applications, including curve-fitting (splines) and regression, boundary-value problems for ODEs, implicit methods for PDEs, and solving systems of nonlinear equations.

Our goal is to find algorithms that work well as n gets very large. We also want to minimize roundoff error.