a parte il fatto che c’è una c di troppo:
`
\[
\begin{tabular}{c}
Commento su \\
due righe
\end{tabular}=
\begin{sistema}
a_1 =a_1 \\
a_2 =a_2 \\
a_3 =a_3 \\
a_4 =a_4 \\
a_5 =a_5 \\
a_6 =a_6 \\
\end{sistema}
\]
`
Per avere una box carica il pacchetto xcolor e prova così:
`
\[
\colorbox{red}{\begin{tabular}{@{}c@{}}
Commento su \\
due righe
\end{tabular}}=
\begin{sistema}
a_1 =a_1 \\
a_2 =a_2 \\
a_3 =a_3 \\
a_4 =a_4 \\
a_5 =a_5 \\
a_6 =a_6 \\
\end{sistema}
\]`
oppure con fcolorbox
`
\[
\fcolorbox{red}{green}{\begin{tabular}{@{}c@{}}
Commento su \\
due righe
\end{tabular}}=
\begin{sistema}
a_1 =a_1 \\
a_2 =a_2 \\
a_3 =a_3 \\
a_4 =a_4 \\
a_5 =a_5 \\
a_6 =a_6 \\
\end{sistema}
\]`
Ma, a meno che tu non stia facendo delle slide, io te lo sconsiglio.
Ciao
Andrea