Chapter 7: Problem 14
Show that \(\|A\|_{F}=\left\|A^{T}\right\|_{F}\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! 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 7: Problem 14
Show that \(\|A\|_{F}=\left\|A^{T}\right\|_{F}\)
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
For each of the following, find a Householder transformation that zeroes out the last two coordinates of the vector: (a) \(\mathbf{x}=(5,1,4,8)^{T}\) (b) \(\mathbf{x}=(4,-3,-2,-1,2)^{T}\)
Let \\[ A=\left(\begin{array}{rrr} 1 & 3 & -2 \\ 1 & 1 & 1 \\ 1 & -5 & 1 \\ 1 & -1 & 2 \end{array}\right) \\] (a) Determine the scalar \(\beta\) and vector \(\mathbf{v}\) for the Householder matrix \(H=I-(1 / \beta) \mathbf{v} \mathbf{v}^{T}\) that zeroes out the last three entries of \(\mathbf{a}_{1}\) (b) Without explicitly forming the matrix \(H, \mathrm{com}-\) pute the product \(H A\)
For each of the following vectors \(\mathbf{x},\) find a rotation matrix \(R\) such that \(R \mathbf{x}=\|\mathbf{x}\|_{2} \mathbf{e}_{1}\) (a) \(\mathbf{x}=(1,1)^{T}\) (b) \(\mathbf{x}=(\sqrt{3},-1)^{T}\) (c) \(x=(-4,3)^{T}\)
Let \\[ A=\left(\begin{array}{rr} 1 & 2 \\ -1 & -1 \end{array}\right) \quad \text { and } \quad \mathbf{u}_{0}=\left(\begin{array}{l} 1 \\ 1 \end{array}\right) \\] (a) Compute \(\mathbf{u}_{1}, \mathbf{u}_{2}, \mathbf{u}_{3},\) and \(\mathbf{u}_{4},\) using the power method. (b) Explain why the power method will fail to converge in this case.
A vector \(\mathbf{x}\) in \(\mathbb{R}^{n}\) can also be viewed as an \(n \times 1\) matrix \(X:\) \\[ \mathbf{x}=X=\left(\begin{array}{c} x_{1} \\ x_{2} \\ \vdots \\ x_{n} \end{array}\right) \\] (a) How do the matrix norm \(\|X\|_{\infty}\) and the vector norm \(\|\mathbf{x}\|_{\infty}\) compare? Explain. (b) How do the matrix norm \(\|X\|_{1}\) and the vector norm \(\|\mathbf{x}\|_{1}\) compare? Explain.
What do you think about this solution?
We value your feedback to improve our textbook solutions.