who knows the way to write a multiline equation in a table? I am using the code below:
\begin{table}
\centering
\begin{tabular}{|c| c| c|}
\hline %inserts horizontal line
&f1& f2 \\ [0.5ex]
\hline
a& b& c\\ \hline
d& e & f \hline
\end{tabular}
\label{label 1}
\end{table}
But b and e are two or maybe three line equations. How can I write them in my table?

p-column instead ofc– Herbert Jul 11 '12 at 11:11