I have to put three equations. I am using the following code:
\begin{gather}
m_{1,1}^i = \sum (x - \bar{x}^i) (y - \bar{y}^i)\text{,} \\
m_{2,0}^i = \sum (x - \bar{x}^i)^2 \text{ and} \\
m_{0,2}^i = \sum (y - \bar{y}^i)^2 \text{ } \forall \text{ } n(x,y) \in G_i
\end{gather}
What I am getting:

What I need:

Question: How can I align the left starting of all the three equations?
\begin{alignat}{2} ...... \end{alignat}.....but it aligned the right side. Still searching. – skm Nov 09 '15 at 22:23alignat, butalignand put an&before the=sign in each equation. see theamsmathusers guide --texdoc amsmath. – barbara beeton Nov 09 '15 at 22:36