How to Control Equation Numbering in an Equation Array?

  • Context: LaTeX 
  • Thread starter Thread starter kq6up
  • Start date Start date
  • Tags Tags
    Array
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
kq6up
Messages
366
Reaction score
13
I need help with this equation array.

\begin{align}
\bra{+}\hat{H}\ket{+}&=\frac{1}{2}(\bra{e}+\bra{o})\hat{H}(\ket{e}+\ket{o})\\
&=\frac{1}{2}(\bra{e}\ket{e}E_e+\bra{e}\ket{o}E_o+\bra{o}\ket{e}E_e\\
&+\bra{o}\ket{o}E_o)\\
&=\frac{1}{2}(E_e+E_o).
\end{align}

I just want it to list one equation number, but it lists one for every line. How do I control that?

Also, I can see the unrendered code if I hover over the math, right click, and select ShowMathAs->Tex

Thanks,
KQ6UP
 
Physics news on Phys.org
Perfect, thanks.

KQ6UP