Tagged Questions
1
vote
1answer
198 views
why is frobenius norm of a matrix greater than or equal to the 2 norm?
How can you prove that:
$$\|A\|_2 \le \|A\|_F$$
I cannot use:
$$\|A\|_2^2 = \lambda_{max}(A^TA)$$
It makes sense that the 2-norm would be less than or equal to the frobenius norm but I dont know how ...
1
vote
2answers
287 views
prove matrix norm equivalence
Given $A \in R^{m\times n}$, I need to prove:
$$||A||_2 \le \sqrt {m}||A||_\infty$$
I have tried a number of things and I just cant seem to get it to work.
Also, I need to prove:
$$||A||_2 \le ...