Norm of a Matrix Homework: Show ||A|| $\leq$ $\lambda \sqrt{mn}$

  • Thread starter Thread starter Yagoda
  • Start date Start date
  • Tags Tags
    Matrix Norm
Click For Summary

Homework Help Overview

The discussion revolves around proving that the norm of an m x n matrix \textbf{A} is less than or equal to \(\lambda \sqrt{mn}\), where \(\lambda\) is defined as the maximum absolute value of the entries in the matrix. Participants are exploring the implications of this inequality and the definitions involved in matrix norms.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are examining specific cases of the matrix \textbf{A} to understand how the norm behaves under different configurations of entries. They discuss the implications of using vectors like \((1,1,1)\) and \((1,2,3)\) to evaluate the norm and question how to generalize findings across different vectors.

Discussion Status

The discussion is active, with participants providing insights and questioning the assumptions made regarding the matrix entries and the vectors used. Some guidance has been offered on how to approach the problem, particularly in terms of bounding the norm and considering the maximum entry of the matrix.

Contextual Notes

Participants note the need to consider cases where the entries of the matrix \textbf{A} vary, and there is an emphasis on ensuring that the derived inequalities hold for all possible vectors \textbf{x} in \(\mathbb{R}^n\). There is also mention of the challenge in generalizing results from specific examples to the broader case.

Yagoda
Messages
45
Reaction score
0

Homework Statement


Let \textbf{A} be an m x n matrix and \lambda = \max\{ |a_{ij}| : 1 \leq i \leq m, 1 \leq j \leq n \}.

Show that the norm of the matrix ||\textbf{A}|| \leq \lambda \sqrt{mn}.

Homework Equations


The definition I have of the norm is that ||\textbf{A}|| is the smallest number such that |\textbf{Ax}| \leq ||\textbf{A}|| \, |\textbf{x}| for all \textbf{x} in ℝn.


The Attempt at a Solution


I let \textbf{y} = \textbf{Ax} and so |\textbf{y}| = \sqrt{\sum_{i=1}^{m}y_i^2}.
I started by looking at a matrix \textbf{A} with all the same entries so that any entry could be thought of as \lambda. So when you calculate |\textbf{y}| you will get m \lambda^2's under the radical along with sum of the x_1, \dots, x_n squared. So in the more general case that not all the entires of \textbf{A} are equal I can see how \lambda would provide an upper bound.
But I'm having trouble seeing how the \sqrt{n} comes into it.
 
Physics news on Phys.org
So let A = ##\begin{pmatrix}
a& a & a \\
a & a & a\\
\end{pmatrix}##

(It's easier to type a than ##\lambda##)

and multiply it by X = (x,y,z). You get AX = ##\begin{pmatrix}
ax +& ay + & az \\
ax+ & ay + & az\\
\end{pmatrix}##

You started correctly computing the ||AX|| and got to where |AX| = a##\sqrt 2 \sqrt{x^2 + y^2 + z^2}##.

To see where the n comes in take X = (1,1,1,). Now what is ||AX|| less than?

In finishing up, keep in mind that the < must work for every possible X. So it is perfectly possible there is an X which forces ||A|| lower. This is a bound, but for a given A it may not be the least upper bound.
 
If X = (1,1,1) then |\textbf{Ax}| = a \sqrt{2}\sqrt{3}, but I guess I am missing what happens if X is a different vector, say (1,2,3). Then |\textbf{Ax}| = a \sqrt{2}\sqrt{14}, which isn't less than a \sqrt{2}\sqrt{3}. I think in this case \textbf{||A||}= \frac{a\sqrt{72}}{\sqrt{14}} so in this case \textbf{||A||} \, \textbf{|x|}&lt; \lambda \sqrt{mn}. But my trouble is generalizing it.
 
After fiddling a little bit with the inequalities, it seems like in the general case it would be helpful to show that \frac{x_1 + x_2 + \dots + x_n}{\sqrt{x_1^2 + \dots + x_n^2}} &lt; \sqrt{n}.
Would this be a proper approach? And if so, is there some glaringly obvious fact I'm missing that would help me show this?
 
Let X = ##(x_1,x_2,x_3)##. Let |x| be the largest of the 3 components. From our previous work we have ||AX|| ## \le a \sqrt 2 \sqrt {x_1^2+x_2^2 + x_3^2} \le a \sqrt 2 \sqrt 3 |x|##.

Go back to your definition of ||AX||. This is the smallest number C such that ##||Ax|| \le C ||x||## for every vector X. We have shown (generalizing from the 3x2 case) that there is one vector x = (1,1,1...) such that ||Ax|| ## \le a \sqrt m \sqrt n |x| \le a \sqrt m \sqrt n||X||##. So there is no way that C can be greater than ##a \sqrt m \sqrt n##. It could be smaller than that, which is why we have the inequality.

All this computation depended on A consisting of all a's. To finish up, you need to redo this deduction when A has varying entries ##a_{ij}##. In this case, choose ##a = max|a_{ij}|## and proceed more or less as we did before.
 
  • Like
Likes   Reactions: 1 person

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K