Math 2890 - Sample Chapter 7 Problems
These problems are designed to be worked while online. They require javascript to be enabled.
Chapter 7
7.1 Diagonalization of Symmetric Matrices Schur Decomposition 7.2 Quadratic Forms 7.3 Constrained Optimization 7.4 The Singular Value Decomposition 7.5 Applications to Image Processing and Statistics The Great Human Diasporas Text Retrieval Algorithms
- Create a matrix with prescribed properties.
- Orthogonally diagonalize a matrix.
- Find the matrix of a quadratic form.
- Compute the quadratic form `Q(x)=x^T Ax` given `A.`
- Maximize `x^TAx` subject to `x^Tx=1.`
- Find vector at which `x^TAx` is maximized subject to `x^Tx=1`
- Use the singular value decomposition of a matrix.
- Find the singular value decomposition of a matrix.
Back to chapter selection or home page.