Give an example of a matrix $A \in \mathbf{C}^{n \times n}$ such that for all operator norms $\| \cdot \|$, one has $\rho(A) < \|A\|$.
$$\rho(A) := \max \left\{\left|\lambda_{1}\right|, \ldots,\left|\lambda_{n}\right|\right\}$$
where $\lambda_1, \dots , \lambda_n$ are the eigenvalues of $A$. I thought about it for a long time, but unfortunately I could not find an example.
You can take, say, $A=\left[\begin{smallmatrix}1&1\\0&1\end{smallmatrix}\right]$. Then $\rho(A)=1$, but $A.(0,1)=(1,1)$ and therefore $\|A\|\geqslant\sqrt2>\rho(A)$.