Yagoda
- 45
- 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.