Thread
:
Another Trig Equation
View Single Post
Oct6-05, 04:59 PM
#
7
TD
Recognitions:
Homework Help
It will if you use an array:
[tex]\begin{array}{l}
x^2 - 4 = 0 \\
x = 2 \vee x = - 2 \\
\end{array}[/tex]
Code:
\begin{array}{l} x^2 - 4 = 0 \\ x = 2 \vee x = - 2 \\ \end{array}