
Ich muss links von einem einen mathematischen Text hinzufügen longtable
. Zum Beispiel
U_d=leftparenthesis (longtable here) rightparenthesis
Wie fügen wir links von a den Text „Ud =" ein longtable
und wie fügen wir einem Klammern hinzu longtable
?
Ich habe die folgende Matrix und muss diese Matrix in eine Longtable-Matrix konvertieren, da sie auf zwei Seiten sein muss. Obwohl ich nach einer Möglichkeit suchte, eine neue Seite in zu importieren \left(\begin{array}{c|c|c|c}
, konnte ich nichts finden.
\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*}