Show Matrix 2-Norm Greater than Matrix Inf-Norm

  • Thread starter blabbate
  • Start date
  • Tags
    Matrix
In summary, the matrix 2-norm, also known as the spectral norm, is the maximum singular value of a matrix and can be calculated using methods such as the power iteration algorithm or the singular value decomposition method. On the other hand, the matrix inf-norm, also known as the maximum absolute row sum norm, is the maximum absolute row sum of a matrix and can be calculated by taking the maximum absolute row sum of the matrix or by using the dual norm. To determine if the matrix 2-norm is greater than the matrix inf-norm, their values can be compared, with the former indicating a larger impact on vectors and the latter indicating a larger impact on the absolute values of vectors.
  • #1
blabbate
2
0

Homework Statement


Show [tex]\sup _{x \neq 0}\|Ax\|_\infty/\|x\|_\infty\leq\|Ax\|_2/\|x\|_\infty[/tex]

Homework Equations


See above.

The Attempt at a Solution


I'm not looking for a full solution, just a push in the right direction. I've tried breaking out the numerators such that [tex]\|Ax\|\leq\|A\|\|x\|[/tex] on both sides and multiplying through, as well as trying to use [tex]\|x\|_2\geq\|x\|_\infty[/tex] and substituting to get a suitable inequality, but no luck.
 
Physics news on Phys.org
  • #2
Is there something I'm missing, or should I be approaching this problem in a different way? Any help is appreciated.
 

1. What is the definition of a matrix 2-norm?

The matrix 2-norm, also known as the spectral norm, is the maximum singular value of a matrix. It measures the largest possible stretching factor of a matrix on any vector. In other words, it is the square root of the largest eigenvalue of the matrix's conjugate transpose multiplied by itself.

2. How is the matrix 2-norm calculated?

The matrix 2-norm can be calculated using various methods, such as the power iteration algorithm or the singular value decomposition (SVD) method. The SVD method involves decomposing the matrix into three matrices: U, Σ, and V. The matrix 2-norm is then the square root of the largest singular value in the diagonal matrix Σ.

3. What is the definition of a matrix inf-norm?

The matrix inf-norm, also known as the maximum absolute row sum norm, is the maximum absolute row sum of a matrix. It measures the largest possible amount of absolute change in a vector due to multiplication by the matrix. In other words, it is the maximum absolute column sum of the absolute values of the matrix.

4. How is the matrix inf-norm calculated?

The matrix inf-norm can be calculated by taking the maximum absolute row sum of the matrix. This can be done by summing the absolute values of each row and then taking the maximum value out of those sums. Alternatively, it can also be calculated using the dual norm, which involves taking the transpose of the matrix and then calculating the matrix 1-norm.

5. How do you determine if the matrix 2-norm is greater than the matrix inf-norm?

To determine if the matrix 2-norm is greater than the matrix inf-norm, we can compare their values. If the matrix 2-norm is greater, then the maximum stretching factor of the matrix on any vector is larger than the maximum absolute row sum of the matrix. In other words, the matrix has a larger impact on vectors than it does on their absolute values. However, if the matrix inf-norm is greater, then the maximum absolute row sum of the matrix is larger, indicating that the matrix has a larger impact on the absolute values of vectors than it does on the vectors themselves.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
704
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
811
  • Calculus and Beyond Homework Help
Replies
1
Views
906
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
Back
Top