I would like to get a single line in the eqnarray environment flushed left. This is my code so far
\begin{eqnarray}
\delta_{j} & = & \sum_{i = j+1}^{d} n_{i} \\
and \nonumber\\
g^{\prime}(x) & = & \left\{
\begin{array}{ll}
\cos (n_{p-1} \, \theta_{1}) & \text{for~~} n_{p} = 0 \\
\sin ( (n_{p-1} + 1) \, \theta_{1}) & \text{for~~} n_{p} = 1 \\
\end{array}
\right.
\end{eqnarray}
I would like to make the line with the the and \nonumber\\ flush left.
Here is a picture of the current output along with a description of what I would like to happen
I have tried using combinations of \hspace, \hfill and \noindent without success. The reason for typing the code in this manner is because I really want to keep the equal signs aligned.


eqnarrayusealignthen you can use\intertext{and}– David Carlisle Apr 16 '18 at 16:08eqnarray. – Mico Apr 16 '18 at 16:26