Game Theory ( 2 player zero-sum game)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
ruby_duby
Messages
46
Reaction score
0
Hi

I have just started a game theory module and have been given the following exercise. Can anyone help me with the following question. I have a feeling I can use a minimax argument to answer this but I am not sure how to go about this.

Suppose a two-player zero-sum game has the following matrix:
A =

a b
c d

Suppose that (e1; e1) is an equilibrium solution. Suppose K a member of the ℝ is a constant. Show for the new game matrix:
A0 =

a + K b + K
c + K d + K

that (e1; e1) is still the equilibrium solution.
 
Physics news on Phys.org
if i let Suppose a two-player zero-sum game has the following matrix:

A1 =

a b
c d

then calculate e2TA1e1 = c

Then if I let A2 =

a+k b+k
c+k d+k

then e2TA2e1 = c+k

but I have no idea if this is right or what to do next