
我需要在 的左側添加數學文字longtable
。例如
U_d=leftparenthesis (longtable here) rightparenthesis
我們如何在 a 左側新增文字「Ud =」longtable
以及如何在 a 上新增括號longtable
?
我有以下矩陣,我需要將該矩陣轉換為 longtable 矩陣,因為它必須在兩頁上。雖然我想將新頁面匯入到 中\left(\begin{array}{c|c|c|c}
,但我找不到任何東西。
\begin{eqnarray*}
U_d=\left(\begin{array}{c|c|c|c}
0 & 0 & 1 & 2 \\
0 & 0 & 2 & 3 \\
\vdots & \vdots & \vdots & \vdots \\
0 & 0 & 10 & 11 \\
\hline
1 & 1 & 11 & \multirow{4}{*}{permut$\{{2, 11}$\}} \\
1 & 1 & 12 & \\
\vdots & \vdots & \vdots & \\
1 & 1 & 20 & \\
\hline
0 & 1 & 21 & 22 \\
0 & 1 & 22 & 23 \\
\vdots & \vdots & \vdots & \vdots \\
0 & 1 & 30 & 31 \\
\hline
1 & 0 & 31 & \multirow{4}{*}{permut$\{{22, \ldots, 31}$\}} \\
1 & 0 & 32 & \\
\vdots & \vdots & \vdots & \\
1 & 0 & 40 & \\
\end{array}
\right),
\end{eqnarray*}