Re: Allineare equazioni

#82721
Up
0
Down
::

Driven” post=82092Buon giorno dovrei allineare un sistema di equazioni. In linea generale conosco i comandi per farlo ma in questo caso particolare non so come fare.

Vorrei che sia il gruppo di sinistra che quello di destra fossero allineate a sinistra.

\begin{equation}
\begin{aligned}
& 0 \le T < T_B & S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \cdot \biggl [ \frac{T}{T_b} +\frac{1}{\eta \cdot F_0} \biggl ( 1- \frac{T}{T_B} \biggr ) \biggr ] \\ & T_B \le T < T_c & S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \\ & T_C \le T < T_d & S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \cdot \biggl (\frac{T_C}{T} \biggr ) \\ & T_D \le T & S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \cdot \biggl (\frac{T_C \cdot T_D}{T^2} \biggr ) \\ \end{aligned} \end{equation} Come potrei fare? Saluti Guido

`\begin{equation}
\begin{aligned}
& 0 \le T < T_B && S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \cdot \biggl [ \frac{T}{T_b} +\frac{1}{\eta \cdot F_0} \biggl ( 1- \frac{T}{T_B} \biggr ) \biggr ] \\ & T_B \le T < T_c && S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \\ & T_C \le T < T_d && S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \cdot \biggl (\frac{T_C}{T} \biggr ) \\ & T_D \le T && S_e(T) = a_g \cdot S \cdot \eta \cdot F_0 \cdot \biggl (\frac{T_C \cdot T_D}{T^2} \biggr ) \\ \end{aligned} \end{equation}` Ciao Enrico

Go to top