Re: Sistema di equazioni: frazioni vincolate alla riga, perchè?

#46643
Up
0
Down
::

Ho provato ciò che mi hai scritto. GRAZIE.
In particolare sulle guide ho trovato questi esempi:

several centered formulas, without label:
\begin{gather*}
a x + b = 0 \\
a x^2 + b x + c = 0 \\
a x^3 + b x^2 + c x + d = 0
\end{gather*}

several centered formulas, one label for all of them:
\begin{equation}
\begin{gathered}
a x + b = 0 \\
a x^2 + b x + c = 0 \\
a x^3 + b x^2 + c x + d = 0
\end{gathered}
\end{equation}

several centered formulas, each with its own label
\begin{gather}
a x + b = 0 \\
a x^2 + b x + c = 0 \\
a x^3 + b x^2 + c x + d = 0
\end{gather}

1) Il problema è che quando metto la parentesi graffa a sinistra scrivendo:
\Bigg \{
prima del \begin{gathered}
non mi ingloba tutte le equazioni.

2) Il secondo problema è che me le centra, mentre in un sistema sarebbe meglio allinarle a sinistra.

SCUSA SE POSTAVO IN TIPOGRAFIA, MA PENSAVO FOSSE UN PROBLEMA LEGATO PROPRIO A QUEL TOPIC.

Per i sistemi c’è l’ambiente “cases”, che oerò richiede \dfrac e l’aggiustamento manuale della spaziatura (con \\[3ex] per terminare la riga).

Ciao
Enrico

Go to top