Math & ScienceEquation array...

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Sam
Posts: 62
Joined: Fri Nov 30, 2007 1:43 pm

Equation array...

Post by Sam »

hello,

I am a novice in Latex world :)

I would like to construct two equation array, Can anyone cottect me please:

Thanks,

\begin{eqnarray}

F_{1} + F_{2} = (g + \ddot{x})\cdot m_p

\newline

F_{1}\cdot \frac{C_{1}\cdot Y_{1} sin(\phi-\theta)}{L_1} + F_{2}\cdot \frac{C_{2}\cdot Y_{2} sin(\phi+\theta)}{L_2} =\ddot{\theta}\cdot I_{zz}

\newline
\newline
F_{1} = B_1 \cdot U_1
\newline
F_{2} = B_2 \cdot U_2
\end{eqnarray}



\begin{eqnarray}
L_1 = \sqrt{C_1^2 + Y^2 - 2 Y\cos(\phi-\theta)}
\newline
L_2 = \sqrt{C_2^2 + Y^2 - 2 Y\cos(\phi+\theta)}
\newline
C_1 = \sqrt{(X_0 + X^{*})^2 + Y^2}
\newline
C_2 = \sqrt{(X_0 + X^{*})^2 + Y^2}
\newline
\phi = \atan((X_0 + X^{*})^2/Y^2)

\end{eqnarray}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Equation array...

Post by localghost »

Sam wrote:[...] I am a novice in Latex world [...]
If so, I recommend to do some basic reading [1]. Code snippets are absolutely useless [2]. Always post a full example. Learn why not to use the eqnarray environment [3]. The »Math mode« document is also recommendable. Report back with a useful code sample.

[1] View topic: LaTeX Resources for Beginners
[2] View topic: Avoidable mistakes
[3] The PracTeX Journal - Tex Users Group, Lars Madsen: Avoid eqnarray!


Best regards
Thorsten
Post Reply