Re: Come scrivere un’equazione con dentro testo come…

#53206
Up
0
Down
::

…come ad esempio:

`\begin{equation}
{\bf i_n} \times {\bf E} = 0, su S
\end{equation}`

C’è un “, su S”… che ho scritto io… ma logicamente mi dà errore.
Come posso fare per aggiungerlo?

Non è l’unica cosa che ti dà errore.
`\usepackage{amsmath} % va nel preambolo

\begin{equation}
\mathbf{i}_{n}\times\mathbf{E}=0,\quad\text{su $S$}.
\end{equation}`
Ciao
Enrico

Go to top