Review for quiz 3
We have our third quiz next Wednesday, November 19th. Here’s our review sheet for that quiz.
The problems
Write down the definition of each of the following:
- Orthogonal vectors Def 6.1.7
- Orthonormal set of vectors Def 6.3.6
- Orthogonal matrix Def 6.3.22
- Orthogonal projection Definition 6.3.12
Let \(\mathbf u\) and \(\mathbf v\) denote the 3D vectors \[ \mathbf{u} = \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix} \: \text{ and } \: \mathbf{v} = \begin{bmatrix} 1 \\ 3 \\ -1 \end{bmatrix}. \]
- Verify that \(\mathbf u\) and \(\mathbf v\) are orthogonal.
- Find the matrix \(P\) that projects orthogonally onto the subspace spanned by \(\mathbf u\) and \(\mathbf v\).
I guess you might consider using the technique outlined in Proposition 6.3.16
Use the normal equations to find the least squares regression line for the points \[ \{(-1,-1), (0,1), (2,0)\}. \]