I do have a matrix but I can't add a reference number for it as shown in read in the photo below .. any help?
\[
A=
\begin{pmatrix}
0.3 & 0.4 & 0.3 & 0.0 \\
0.4 & 0.3 & 0.0 & 0.3 \\
0.3 & 0.0 & 0.4 & 0.3 \\
0.0 & 0.3 & 0.3 & 0.4
\end{pmatrix}
\]
\label{e1}


\[ ... \]to create the math environment. Replace that by\begin{equation} ... \end{equation}to get a tagged equation. You can find more information on the math environments and their difference in this answer – hbaderts Jan 27 '16 at 06:49