Re: Allineamento equazione pecewise

#55284
Up
0
Down
::

Troppi array; align è usato male: meglio alignat.
`\documentclass[9pt]{beamer}
\begin{document}
\begin{frame}
\begin{alignat}{2}
T_1T_2\leq0\qquad %questo non e' allineato a sinistra
&&\Rightarrow\qquad
&\begin{cases}
\tau_1=\frac{T_1-T_2}{2}\\
\tau_2=\frac{T_2-T_1}{2}\\
\tau_3=\frac{T_1+T_2}{2}
\end{cases}
\label{eq:sol1}\\
\begin{gathered}
T_1T_2>0 \text{ and}\\
|T_1|\leq|T_2|
\end{gathered}\qquad
&&\Rightarrow\qquad
&\begin{cases}
\tau_1={T_1-\frac{T_2}{2}}\\
\tau_2=\frac{T_2}{2} \\
\tau_3=\frac{T_2}{2}
\end{cases}
\label{eq:sol2}\\
\begin{gathered}
T_1T_2>0 \text{ and}\\
|T_1|>|T_2|
\end{gathered}\qquad
&&\Rightarrow\qquad
&\begin{cases}
\tau_1=\frac{T_1}{2}\\
\tau_2=T_2-\frac{T_1}{2} \\
\tau_3=\frac{T_1}{2}
\end{cases}
\label{eq:sol3}
\end{alignat}
\end{frame}

\end{document}`
Ciao
Enrico

Questo funziona benissimo per la seconda e terza colonna. Mi piacerebbe allineare la prima colonna a sinistra (o eventualmente al centro), e’ possibile?

ciao
vevo

Go to top