What I want:

What I have:

with this code:
\documentclass[11pt, titlepage]{report}
\begin{document}
\begin{equation} \label{eq:quark1}
\left( \begin{array}{c}
u \\
c \\
t \end{array} \right), \left( \begin{array}{c}
d \\
s \\
b \end{array} \right) \hphantom{iiiii} \begin{array}{c}
\textnormal{1\textsuperscript{st}} \\
\textnormal{2\textsuperscript{nd}} \\
\textnormal{3\textsuperscript{rd}} \end{array}
\end{equation}
\end{document}
I am trying to use \hdashline[2pt/2pt] which I saw in this post, but it doesn't work (undefined control sequence...)

\documentclass{...}and ending with\end{document}. – Symbol 1 Apr 07 '15 at 16:09arydshln. have you used that? – barbara beeton Apr 07 '15 at 16:12