I already have this matrix:
\[
\left[
\begin{array}{ccc}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1 \\
\end{array}
\right]
\]
But I would like to annotate it, i.e. add some description below it (everything in red).. How can I do that please?


