I'm using:
\begin{minipage}[t]{0.4\columnwidth}
\begin{eqnarray*}
x&=&{{x}_{0}} \\
y&=&{{y}_{0}}+t\\
z&=&{{z}_{0}}+{{x}_{0}}t
\end{eqnarray*}
\end{minipage}
\begin{minipage}[t]{0.4\columnwidth}
\begin{eqnarray*}
x&=&{{x}_{0}}+t \\
y&=&{{y}_{0}} \\
z&=&{{z}_{0}}+{{y}_{0}}t
\end{eqnarray*}
\end{minipage}
which makes what I want, placing those aligned equations in the same line but I'd like to add the text 'or' between those alignments. (The text should be placed in the middle of the minipages and in the same line of the second equations.)
Also, I used the standard way to center but it creates too much space. Is there another way?

