I'm a new user of latex and I'm having some serious issues trying to make a table, so far I have this:
Code: Select all
\begin{center}
\scalebox{0.7}{%
\begin{tabular}{c|c|c|c|c|c}
\multicolumn{1}{c}{}&
\multicolumn{4}{|c|}{Calidad firma j}\\
\hline
&1 & 2 & $\cdots$ & $\rho^{max}$ \\
\hline
1&$1,00$ $1,00$ &$R\pi_i(1,2) R\pi_j(2,1)$&$\cdots $&$R\pi_i(1,\rho^{max}) R\pi_j(\rho^{max},1)$ \\
\hline
2&$R\pi_i(2,1) R\pi_j(1,2)$&$1,00$ $1,00$ &$\cdots $&$R\pi_i(2,\rho^{max}) R\pi_j(\rho^{max},2)$ \\
\hline
$\vdots$&$\cdots$&$\cdots$&$\cdots$&$\cdots$ \\
\hline
$\rho^{max}$&$R\pi_i(\rho^{max},1) R\pi_j(1,\rho^{max})$&$R\pi_i(\rho^{max},2) R\pi_j(2,\rho^{max})$& $\cdots $& $1,00$ $1,00$ \\
\hline
\end{tabular}}
\end{center}