Could anyone guide me on how to split an equation of matrix?
I have tried this code but the functions of delimiter '&' are intercepted (functions of split and matrix)
\begin{equation}
\begin{split}
\[
a&=\begin{bmatrix}
1&2&3&4\\
5&6&7&8\\
\end{bmatrix}&=66
\]
\end{split}
\end{equation}
Thank you


\[and\], insert a\\before&=66and you should be done. – daleif Aug 16 '23 at 09:08