Game Theory ( 2 player zero-sum game)

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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top