What will be the operator norm of the matrix $A = \begin{pmatrix} a & b \\ c & d \end{pmatrix},$ where $a,b,c,d \in \Bbb C\ $?
According to the definition of the operator norm it turns out that $$\|A\|^2 = \sup \left \{ \left (|a|^2 + |c|^2 \right ) |z|^2 + \left (|b|^2 + |d|^2 \right ) |w|^2 + 2\ \mathfrak R\ (a \overline b z \overline w) + 2\ \mathfrak R\ (c \overline d z \overline w) \ \bigg |\ |z|^2 + |w|^2 = 1,\ z,w \in \Bbb C \right \}.$$
Is there any way to simplify the above expression? Any help will be highly appreciated.
Thanks for your time.
Let $A$ be $n\times n$ matrix, $\|{A}\| = \sup\left\{ \|Ax\| : \|x\| = 1\right\}$. For any $x$ with $\| x\| = 1$ we have $\|Ax\|^2 = (Ax, Ax) = (A^* A x, x)$, where $A^*$ is conjugate transpose matrix for A. $A^* A$ is self-adjoint, so $A^* A = U D U^*$ for some unitary matrix $U$ and $D = \mathrm{diag}(\lambda_1, ..., \lambda_n)$, where $\lambda_k$ are non-negative eigenvalues. Hence, $(A^* A x, x) = (U D U^* x, x) = (D U^* x, U^*x)$. Let $y = U^* x$. As $U$ is unitary, $\| U^* x\| = \|x\|$, so $\|Ax\|^2 = (Dy, y)$ and $\|{A}\| = \sup\left\{ \sqrt{(Dy, y)} : \|y\| = 1\right\}$. $$ (Dy, y) = \lambda_1|y_1|^2 + \lambda_2|y_2|^2 + ... + \lambda_n|y_n|^2 \leq \underset{1\leq k \leq n}{\max} \lambda_k \cdot \sum_{j=1}^n |y_j|^2 = \underset{1\leq k \leq n}{\max} \lambda_k \cdot ||y||^2 = \underset{1\leq k \leq n}{\max} \lambda_k$$ Moreover, for $y = (0, ..., 0, 1, 0, ..., 0)$ with $1$ at $k$-th place ($k$ is index of largest eigenvalue) there is an equality.
So, $\|A\| = \sqrt{\underset{1\leq k \leq n}{\max} \lambda_k}$, where $\lambda_k$ are eigenvalues of $A^* A$.