With the definition of matrix norm as
$$\|M \|=\sup_x \{ |Mx|: |x|=1 \},$$
where $M$ is square and $|\cdot|$ denotes the standard euclidean 2-norm. I'm trying to prove that
$$\|M\|^2=\|M^T\|^2 = \mathrm{largest \; eigenvalue \; of \;} M^TM?$$
With the definition of matrix norm as
$$\|M \|=\sup_x \{ |Mx|: |x|=1 \},$$
where $M$ is square and $|\cdot|$ denotes the standard euclidean 2-norm. I'm trying to prove that
$$\|M\|^2=\|M^T\|^2 = \mathrm{largest \; eigenvalue \; of \;} M^TM?$$
Hint: note that $$ \|Mx\|^2 = (Mx)^T(Mx) = x^T(M^TM)x $$
$$||M^Tx||^2 = x^TMM^T x,$$ I'm not sure where you would go from here though.
– David Simmons Mar 20 '14 at 16:03Show that the non zero eigenvalues of $AB$ and $BA$ are the same. (In this case $A=M,B=M^T$).
M=[2 1 ; 0 1]– Omer Ben Haim Dec 21 '19 at 11:00