Chapter 5: Problem 23
Give an example of a nonzero vector \(\mathbf{x} \in \mathbb{R}^{2}\) for which $$\|\mathbf{x}\|_{\infty}=\|\mathbf{x}\|_{2}=\|\mathbf{x}\|_{1}$$
/*! 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 23
Give an example of a nonzero vector \(\mathbf{x} \in \mathbb{R}^{2}\) for which $$\|\mathbf{x}\|_{\infty}=\|\mathbf{x}\|_{2}=\|\mathbf{x}\|_{1}$$
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \(A\) be an \(m \times 2\) matrix. Show that if both the classical Gram- Schmidt process and the modified Gram-Schmidt process are applied to the column vectors of \(A\), then both algorithms will produce the exact same \(Q R\) factorization, even when the computations are carried out in finite-precision arithmetic (i.e., show that both algorithms will perform the exact same arithmetic computations)
Find the least squares solution of each of the following systems: (a) \(x_{1}+x_{2}=3\) \(2 x_{1}-3 x_{2}=1\) \(0 x_{1}+0 x_{2}=2\) (b) \(-x_{1}+x_{2}=10\) \(\begin{aligned} 2 x_{1}+x_{2} &=5 \\ x_{1}-2 x_{2} &=20 \end{aligned}\) (c) \(\quad x_{1}+x_{2}+x_{3}=4\) \(\begin{aligned}-x_{1}+x_{2}+x_{3} &=0 \\\\-x_{2}+x_{3} &=1 \\ x_{1} &+x_{3}=2 \end{aligned}\)
Sketch the set of points \(\left(x_{1}, x_{2}\right)=\mathbf{x}^{T}\) in \(\mathbb{R}^{2}\) such that (a) \(\|\mathbf{x}\|_{2}=1\) (b) \(\|\mathbf{x}\|_{1}=1\) (c) \(\|\mathbf{x}\|_{\infty}=1\)
Let \(p_{0}, p_{1}, \ldots\) be a sequence of orthogonal polynomials and let \(a_{n}\) denote the lead coefficient of \(p_{n}\) Prove that $$\left\|p_{n}\right\|^{2}=a_{n}\left\langle x^{n}, p_{n}\right\rangle$$
Use the Gram-Schmidt process to find an orthonormal basis for the subspace of \(\mathbb{R}^{4}\) spanned by \(\mathbf{x}_{1}=(4,2,2,1)^{T}, \mathbf{x}_{2}=(2,0,0,2)^{T}, \mathbf{x}_{3}=\) \((1,1,-1,1)^{T}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.