I'm trying to type the following matrix: But I could only get this: I used the following code:
Code: Select all
\renewcommand{\arraystretch}{2}
\[
g :=\left(
\begin{array}{c|c}
\mathbf{2^D} & \textbf{1} \\ \hline
\textbf{1} & \begin{array}{cc}
\boldsymbol{1^\alpha} & \textbf{0} \\
\textbf{0} & \boldsymbol{1^\beta}
\end{array} \\
\end{array}
\right)
\]
How could I improve my matrix [typeset it correctly] ?
Any help would be greatly appreciated.