Hello, I am having a problem getting an equation aligned properly using align and split. The equation doesn't fit on one line, so after much searching I found that using the split environment is the way to go. However, the left hand side of the equation is now lining up between the two lines on the right. Also, the first segment and last segment of the right hand side are not aligned vertically. I am pretty sure I am doing this incorrectly, since I have not used split before.
Code: Select all
\begin{align}
x_{i,j} & = \begin{split} \left\{\frac{a}{(\Delta\xi)^2}\left(x_{i+1,j}+
x_{i-1,j}\right) + \frac{c}{(\Delta\eta)^2}
\left(x_{i,j+1}+x_{i,j-1}\right){} \right.\\
\left. {}- \frac{b}{2\Delta\xi\Delta\eta}\left(x_{i+1,j+1}-x_{i+1,j-1}
-x_{i-1,j+1}+x_{i-1,j-1}\right) \right\}/2\left[\frac{a}{(\Delta\xi)^2}+
\frac{c}{(\Delta\eta)^2}\right] \end{split}
\end{align}
FYI, I am not exactly a newbie, but I am also far from being a LaTeX expert.
Thanks,
Jeremiah