The terms in the matrix below are actually very wide and it should be inserted in a two column page format, so I would like to put it with the whole width of the page at the end of the page. I was wandering if there is a way to make it as included in the attached image.
\documentclass[conference,a4paper]{IEEEtran}
\begin{document}
\begin{align*}
\mathbf{D} & =\begin{pmatrix}
& a & b & \cdots & c\\
& a & b & \cdots & c\\
&\vdots & \vdots & \vdots & \vdots\\
& a & b & \cdots & c\\
\end{pmatrix}
\end{align*}
\end{document}


[!b]but I suppose that will make no difference. – Jun 11 '14 at 11:19figure*environment up or back in your text. – Jun 11 '14 at 12:43figure*environment up in the text to see what happens. – Jun 11 '14 at 13:00I found that using your code with repeating \blindtext until the file is more than 2 pages, and then removing the \blinddocument\blinddocument would give the same result as I have in my document.
do u know why does this happens ?
– SMR Jun 12 '14 at 10:27