We only had one lecture about the subject and already have quite difficult questions, could someone please help me?
The matrix looks something like this:
\begin{matrix} 3 & 2 & 1 & 4 & 5 \\ 2 & 5 & 1 & 3 & 4 \\ 4 & 5 & 1 & 2 & 3 \\ 3 & 4 & 0 & 5 & 0 \\ 1 & 3 & 0 & 5 & 0 \end{matrix}
Is it true that row will always choose row 1,2 or 3 and column would choose 2 or 4 for the best pay-off? Or how can I determine a saddle point
?