答案1
我不认为你需要 TikZ 来实现这一点(例如你可以这样做
\reflectbox{\rotatebox{-90}{$1$}}
并仍然使用常规的 amsmath 矩阵/数组结构)但这里有一个快速草图
%%\usetikzlibrary{matrix} %<-Somewhere in the preamble
\begin{tikzpicture}
\node[matrix,nodes={rotate=90,xscale=-1},
right delimiter={]},left delimiter={[},
matrix of math nodes] {1&2&3\\4&5&6\\};
\end{tikzpicture}
还请注意,shuffle 不是正确的词。