My matrix has 34 columns and I want to show one of its rows. I've tried the below code but I get error.
\[
\begin{split}
[\begin{matrix}
0.5932 & 0.5932 & 0.5932 & 0.5932 & 0.5932 & 0.5932 & 0.5932 & 0.5932 & 8.9378 & 6.3859 & 0.5932 & 0.5932 & 0.5932 & 8.8536 & 8.9026 & 8.9378 & 0.5932\end{matrix}\\
&\qquad\qquad \begin{matrix}
0.5932 & 8.9026 & 8.9378 & 8.9353 & 0.5932 & 8.8685 & 8.9451 & 0.5932 & 0.5932 & 6.3718 & 6.3859 & 6.4426 & 8.1686 & 6.9617 & 7.5497 & 8.2024 & 0.5932 \end{matrix}]
\end{split}
\]
How should I solve it? The error is : ! Extra alignment tab has been changed to \cr.
\setcounter{MaxMatrixCols}{<YourColsNumber>}as stated in another question, which makes this question a duplicate. But at least your problem is solved. :) – Alenanno May 16 '15 at 00:18