Best response polytopes - exercises
- Define a polytope as a convex hull
- Define a polytope as an intersection of halfspaces
- For the following set of vertices draw the corresponding polytope and obtain their definition as an intersection of halfspaces:
- V = $\{(0, 0), (0, 1), (1, 0), (1, 1)\}$
- V = $\{(0, 0), (0, 1/4), (1, 2/3), (2, 1/5)\}$
- V = $\{(0, 0), (0, 1/4), (1, 2/3), (2, 1/5), (1, 0)\}$
- Define the best response polytopes.
- For the following games, obtain the best response polytopes, label the vertices and identify all Nash equilibria:
- $
A =
\begin{pmatrix}
3 & -1\\
2 & 7\end{pmatrix}
\qquad
B =
\begin{pmatrix}
-3 & 1\\
1 & -6\end{pmatrix}
$
- $
A =
\begin{pmatrix}
2 & -1\\
1 & 3\end{pmatrix}
\qquad
B =
\begin{pmatrix}
-2 & 2\\
1 & -2\end{pmatrix}
$