Is this statement true :$A=\left[ {\begin{array}{cc}P&Q\\R&S\\\end{array}}\right]^T=\left[ {\begin{array}{cc}P^T&Q^T\\R^T&S^T\\\end{array}}\right]$Justify the answer
I know this statement is wrong. I have tested it on $4\times 4 $ matrices and it is not true.
Also if $P=P^T,Q=Q^T,R=R^T,S=S^T,$ then also suppose we have a $4\times 4 $ matrix
$B=\left[ {\begin{array}{cc}1&0&0&1\\0&1&1&0\\1&0&0&1\\0&1&1&0\end{array}}\right]$
Now if we consider $\{B_{11},B_{12},B_{21},B_{22}\}$ be $P$ ,$\{B_{13},B_{14},B_{23},B_{24}\}$ as $Q$ and $\{B_{31},B_{32},B_{41},B_{42}\}$ as $R$ and $\{B_{33},B_{34},B_{43},B_{44}\}$ as $S$, we will get $\left[ {\begin{array}{cc}P&Q\\R&S\\\end{array}}\right]^T\ne\left[ {\begin{array}{cc}P^T&Q^T\\R^T&S^T\\\end{array}}\right]$ although $P=P^T,Q=Q^T,R=R^T,S=S^T$
Please give some empirical evidence for why it is not true.