everybody. I was trying to compile a block matrix whose first line has a part that should be centered in that part of the line.
My closest attempt is the code:
\begin{align}
\mathbf{\hat{F}}_{11}^{(1)-1}
=
\left[
\begin{array}{c|cc}
0 & \mathbf{1}_{10}& \\
\hline
\mathbf{1}_{10}
&
\mathbf{M}_{11}^{(1)} &
\mathbf{M}_{11}^{(1)\ast}\mathbf{\bar{I}}_{5} \\
&
\mathbf{\bar{I}}_{5}\mathbf{M}_{11}^{(1)H} &
\mathbf{\bar{I}}_{5}\mathbf{M}_{11}^{(1)}\mathbf{\bar{I}}_{5}\\
\end{array}
\right]
\end{align}
which produce the result:

Ideally, the element $1_{10}$ should be centered in both, line 1 and column 1. Any trick?
Thank you!! :)


\multicolumn{2}{c}{$\mathbf{1}_{10}$} to make$\mathbf{1}_{10}$` straddle columns 2 and 3.\multicolumnneeds to be without the$.