Least-sqaures approximation Flashcards
What is the main question in this chapter?
How do we find approximate solutions to overdetermined systems?
What is an overdetermined system?
If A is an m x n rectangular matrix with m > n, then the linear system a Ax = b is overdetermined and will usually have no solutions.
Define the inner product.

What norm is the inner product related to? And why?

What is the angle θ between x and y given by?

Define orthogonal.

When is the set S = {x1, x2, …. , xn} orthogonal?

What is the theorem about an orthogonal set being a basis?

Prove the following theorem.


Define an orthonormal set.

Given an orthogonal set S, how can you construct an orthonomal set S’?

What is the theorem about the columns of a matrix Q being an orthonormal set?

Prove the following theorem.


Inner products are preserved under multiplication of what?
Orthogonal matrices
Show that inner products are preserved under multiplication by orthogonal matrices.

What is the discrete least squares problem?
Find x that minimizes the l2 norm of the residual ||Ax - b||2
What is the range(A)?
The set of all possible bectors Ax ∈ ℝm, where x ∈ ℝn.
Why is the range(A) only a subspace of ℝm?
Because Ax is a linear combination of columns of A and there are only n < m of them, and in particular it will not, in general, contain b.
In discrete least squares what are we looking to minimise?

How do you minimise ||r||2?
By choosing r orthogonal to Ax
When minimising ||r||2 what equation is satisfied?

What is the following equation called?

The normal equation
Prove the following equation is satisfied when minimsing ||r||2.


What is the theorem about if a matrix ATA is invertible?

Prove the following theorem.


What is the QR decomposition theorem?

What is the fastest way to compute Q and R?
Gram-Schmidt orthogonalization.
What is the algorithm for Gram-Schmidt

How can you construct QR decomposition of A?
Apply Gram-Schmidt to the set of columns of A, this produces a set of orthogonal vectors qi. Then you write A in the following form.

How does QR decomposition help in least squares?

What is the continuous least squares problem?
It is to find a polynomial pn ∈ PN that minimises ||pn - f||, in a given inner product.
Define an inner product.

What does w(x) stand for in the following?

The weight function
What is the purpose of the weight function?
To assign varying degrees of importance to errors on different portions of the interval
Define the norm ||f|| using the following inner product.


What is the continuous least squares theorem?

Prove the following theorem.


Define a family of orthogonal polynomials.

What are the three options for normalising a family or orthogonal polynomials?

What is the three-term recurrence theorem?

Prove the following theorem.

