Spectral norm and inner product

371 Views Asked by At

We know that for a general $N\times n$ matrix $A$, its spectral norm is defined as

$$\|A\|=\sup_{x\in S^{n-1}} \|Ax\|_{2},$$

where $x$ is from the unit sphere.

My question is that why when $A$ is a $n\times n$ symmetric matrix, $\|A\|$ can also be defined as

$$\|A\|=\sup_{x\in S^{n-1}} |\langle Ax,x\rangle|,$$

and why this does not imply

$$\|Ax\|_{2}=|\langle Ax,x\rangle|?$$

2

There are 2 best solutions below

0
On BEST ANSWER

$\|Ax||_2=|\langle Ax, x \rangle|$ cannot be true for a simple reason. Change $x$ to $cx$ and see what happens!

0
On

Hint: A symmetric matrix is diagonalizable over an orthonormal basis, and thus both values coincide with $\max_i|\lambda_i|$ where $\lambda_i$ are the eigenvalues.