Math 2890 - Sample Chapter 6 Problems
These problems are designed to be worked while online. They require javascript to be enabled.
Chapter 6
6.1 Inner Product, Length, and Orthogonality 6.2 Orthogonal Sets 6.3 Orthogonal Projections 6.4 The Gram-Schmidt Process Wedderburn Rank Reduction 6.5 Least-Squares Problems 6.6 Applications to Linear Models
- Compute the inner products of two vectors.
- Find a unit vector in a given direction.
- Find the distance between two vectors.
- Determine if a set is orthogonal.
- Project `y` onto the subspace `W`.
- Find the closest point to `y` in the subspace `W`
- Write `y` as a sum of a vector in `W` and a vector orthgonal to `W`.
- Find the least squares solution of the system `Ax=b.`
- Find the least squares error in the least squares solution of `Ax=b.`
- Use the QR factorization of a matrix.
- Find the QR factorization of a matrix.
- Use the QDR factorization of a matrix.
- Find the QDR factorization of a matrix.
- Find the equation of the best least-squares approximation given some data points
Back to chapter selection or home page.