Chapter 5: Problem 10
Write out the Fourier matrix \(F_{8} .\) Show that \(F_{8} P_{8}\) can be partitioned into block form: $$\left(\begin{array}{cc} F_{4} & D_{4} F_{4} \\ F_{4} & -D_{4} F_{4} \end{array}\right)$$
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 5: Problem 10
Write out the Fourier matrix \(F_{8} .\) Show that \(F_{8} P_{8}\) can be partitioned into block form: $$\left(\begin{array}{cc} F_{4} & D_{4} F_{4} \\ F_{4} & -D_{4} F_{4} \end{array}\right)$$
All the tools & learning materials you need for study success - in one app.
Get started for free
Show that the product of two orthogonal matrices is also an orthogonal matrix. Is the product of two permutation matrices a permutation matrix? Explain.
Let \(A\) be an \(m \times 3\) matrix. Let \(Q R\) be the \(Q R\) factorization obtained when the classical GramSchmidt process is applied to the column vectors of \(A,\) and let \(\tilde{Q} \tilde{R}\) be the factorization obtained when the modified Gram-Schmidt process is used. Show that if all computations were carried out using exact arithmetic, then we would have $$\tilde{Q}=Q \quad \text { and } \quad \tilde{R}=R$$ and show that, when the computations are done in finite-precision arithmetic, \(\tilde{r}_{23}\) will not necessarily be equal to \(r_{23}\) and consequently \(\tilde{r}_{33}\) and \(\tilde{\mathbf{q}}_{3}\) will not necessarily be the same as \(r_{33}\) and \(\mathbf{q}_{3}\)
Let \(\theta\) be a fixed real number and let $$\mathbf{x}_{1}=\left(\begin{array}{c} \cos \theta \\ \sin \theta \end{array}\right) \quad \text { and } \quad \mathbf{x}_{2}=\left(\begin{array}{r} -\sin \theta \\ \cos \theta \end{array}\right)$$ (a) Show that \(\left\\{\mathbf{x}_{1}, \mathbf{x}_{2}\right\\}\) is an orthonormal basis for \(\mathbb{R}^{2}\) (b) Given a vector \(\mathbf{y}\) in \(\mathbb{R}^{2},\) write it as a linear combination \(c_{1} \mathbf{x}_{1}+c_{2} \mathbf{x}_{2}\) (c) Verify that $$c_{1}^{2}+c_{2}^{2}=\|\mathbf{y}\|^{2}=y_{1}^{2}+y_{2}^{2}$$
Use the zeros of the Legendre polynomial \(P_{2}(x)\) to obtain a two-point quadrature formula $$\int_{-1}^{1} f(x) d x \approx A_{1} f\left(x_{1}\right)+A_{2} f\left(x_{2}\right)$$
Given $$A=\left(\begin{array}{lll} 1 & 2 & 2 \\ 1 & 0 & 2 \\ 3 & 1 & 1 \end{array}\right) \text { and } B=\left(\begin{array}{rrr} -4 & 1 & 1 \\ -3 & 3 & 2 \\ 1 & -2 & -2 \end{array}\right)$$ determine the value of each of the following: (a) \(\langle A, B\rangle\) (b) \(\|A\|_{F}\) (c) \(\|B\|_{F}\) (d) \(\|A+B\|_{F}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.