#I need assistance
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Just tell me how to align these two equations, without creating two separate equation brackets.
If you have amsmath or related package loaded, you may use the align environment
alignment is done through the alignment marker &
Example:
\begin{align*}
f(0) &= 4 \ldots\\
f(3) &= 4 - 9 + \cos (3\pi) \ldots
\end{align*}