I want to create a matrix having one row and multiple columns. I am doing it as follows:
Code: Select all
\usepackage{amsmath}\begin{equation}y(k)=\begin{bmatrix}a_{0}&a_{1}&a_{2}&b_{1}&b_{2}&c_{1}&c_{2}&d_{1}&d_{2}&e_{1}&e{2}\end{bmatrix}\end{equation}
! Extra alignment tab has been changed to \cr.
The matrix currently has 11 columns. If I reduce the columns to 10, the error does not appear.
What can be the reason for this?
Thanks in advance