I'm trying to prove that the trace of a matrix $\tau:\mathcal M_{n\times n}(\mathbb R)\to \mathbb R$ is a bounded operator, i.e. there is $K>0$ s.t. $|\tau(M)|\leq K\|M\|,$ where $$\|M\|=\sup_{|x|_2= 1}|Mx|_2,$$ where $|\cdot |_2$ denote the euclidian norm of $\mathbb R^n$. Find $$\|\!|\tau\|\!|:=\sup_{\|M\|=1}|\tau(M)|.$$
I'm very confused with all these norms.
Attempts
For the fact that $\tau$ is continuous, it's quite easy since $$|\tau(M)|\leq |M_{11}|+...+|M_{nn}|\leq n^2 \mathcal N_1(M),$$ where $$\mathcal N_1(M)=\sum_{1\leq i,j\leq n}|M_{ij}|.$$ I know that $\mathcal N_1$ is a norm on $\mathcal M_{n\times n}(\mathbb R)$, and since all norms on $\mathcal M_{n\times n}(\mathbb R)$ are equivalent, there is $P>0$ s.t. $\mathcal N_1(M)\leq P\|M\|$. Therefore, setting $K=n^2P$, we get $$|\tau(M)|\leq K\|M\|,$$ as wished.
I have no idea on how computing $|\!\|\tau\|\!|$. I suspect that $|\!\|\tau\|\!|=n^2$, but I have no idea on how to compute it. Any idea ?