| Matrix |
$\begin{bmatrix} \boldsymbol{\color{green}{1}} & 2 & 3 \\ 4 & \boldsymbol{\color{green}{5}} & 6 \end{bmatrix}$ |
$\begin{bmatrix} \color{green}{\bf \text{Bla}} \end{bmatrix}$ |
$\begin{bmatrix} \boldsymbol{\color{green}{a}} & b \\ c & \boldsymbol{\color{green}{d}} \\ e & f \\ g & h \\ i & j \end{bmatrix}$ |
$\begin{bmatrix} \boldsymbol{\color{green}{65.7}} & 62.4 & 73.8 & 76.6 & 75.0 \end{bmatrix}$ |
$\begin{bmatrix} \boldsymbol{\color{green}{1}} & 0 & 0 & 0 \\ 0 & \boldsymbol{\color{green}{1}} & 0 & 0 \\ 0 & 0 & \boldsymbol{\color{green}{1}} & 0 \\ 0 & 0 & 0 & \boldsymbol{\color{green}{1}} \end{bmatrix}$ |
| Main Diag |
$\text{diag}(A) = [1, 5]$ |
$\text{diag}(S) = [\text{Bla}]$ |
$\text{diag}(L) = [a, d]$ |
$\text{diag}(T) = [65.7]$ |
$\text{diag}(I) = [1, 1, 1, 1]$ |