S13 Flashcards

1
Q

The least-squares solution of Ax = b is the point in the column space of A that is closest to b.

A

True

It is the point such that ∥Axb∥ is minimal, and this is exactly the distance from the point b to the column space of A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The least-squares solution of Ax = b is given by x^ = (AT A)−1ATb.

A

False

This is only true if the columns of A are linearly independent.

(Although the question is a bit ambiguous, because you could take the fact that we have written (ATA)−1 to mean that ATA is invertible, in which case the columns of A are linearly independent, and so the statement is true.

We will avoid this kind of confusion on the exam.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If the columns of A are linearly independent, then Ax = b has a unique least- squares solution.

A

True

The formula from from the previous question in this series gives the unique solution in this case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If A = QR is a QR factorization of A, then the least-squares solution of Ax = b is x^ = R−1QTb.

A

False

Again, only true if the columns of A are linearly independent.

(As before, this is a bit ambiguous. In fact, we only defined QR factorization when A has independent columns.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a matrix is orthogonal, then it is symmetric.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If an n × n matrix is symmetric, then it has n distinct eigenvalues.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A matrix is orthogonally diagonalizable if and only if it is nonsingular and symmetric.

A

False

A is orthogonally diagonalizable, but singular.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly