I just recently started to use Latex, so I'am having some problems with the equation environment. In specific, I want to put three different equations inside brackets, but I want then to be center aligned. In Word, It would be something like this:
The problem is that I'am having some trouble doing this with Latex. I've tried to use Gather, but it didn't work as I expected... Can someone help me, please? Thank you very much.
Here is part of the code that I'am using:
\begin{gather}
1, \mbox{ if } \pi_{t}^{e}=\pi_{t}^c \\
0, \mbox{ if } \pi_{t}^{e}>\pi_{tMAX}^{*} \mbox{ ou } \pi_{t}^{e}<\pi_{tMIN}^{*}
\end{gather}
\end{frame}```



