Please help me in aligning my table's column to the "=" sign.
I have a table of two columns, 2nd column has some equations, which should be aligned to the "=" sign. Like the one which we will get, if we use equation environment.
i am attaching the code,
Code: Select all
\begin{table}[!ht]
\centering
\begin{tabular}{cl}\toprule
\textbf{$B$'s Pure Strategy} & \textbf{$A$'s expected payoff}\\ \midrule
I & $(2-10)x_1 +1=x_1+1$\\
II & $(1-0)x_1 = 0 + x_1$\\
III & $(0-3) x_1 + 3 = -3x_1 + 3$\\
IV & $(-2-2) x_1 + 2 = - 4 x_1 + 2$\\ \bottomrule
\end{tabular}
\end{table}
Regards,
Muthu