Consider the following matrix game
A=[[1,0,-1],[0,0,0],[-1,0,1]].
a) Verify that A can not be reduced by using domination rules.
b) Find the von Neumann value and the optimal strategies for both players by using the general method you have learned in the class:
Write the initial game tableau (dual non-canonical).
Find a MBFT by using just two pivot transformations - use the algorithm to find appropriate pivots.
Apply SA to find the optimal solutions.
Report the optimal strategies and the von Neumann value of the game.
c) Matrix A has a saddle point- find it. Can you directly report the von Neumann value and the optimal strategies for the game? Compare with (b).
4. Consider the following matrix game
A=
a Verify that A can not be reduced by using domination rules
b) Find the von Neumann value and the optimal strategies for both players by using the general method you have learned in the class:
- Write the initial game tableau (dual non-canonical)
-- Find a MBFT by using just two pivot transformations-use the algorithm to find appropriate pivots.
- Apply SA to find the optimal solutions.
-- Report the optimal strategies and the von Neumann value of the game.
c) Matrix A has a saddle point-find it. Can you directly report the von Neumann value and the optimal strategies for the game? Compare with (b)