Questions tagged [nash-equilibrium]

For questions regarding the Nash equilibrium solution concept in strategic games.

Let $(S,f)$ be a game with $n$ players, where $S_{i}$ is the strategy set for player $i$, $S=S_{1}\times S_{2}\times \ldots \times S_{n}$ is the set of strategy profiles and $f(x)=(f_{1}(x),\dotsc ,f_{n}(x))$ is its payoff function evaluated at $x\in S$.

Let $x_{i}$ be a strategy profile of player $i$,$x_{-i}$ be a strategy profile of all players except for player $i$. When each player $i\in \{1,\dotsc ,n\}$ chooses strategy $x_{i}$ resulting in strategy profile $x=(x_{1},\dotsc ,x_{n})$ then player $i$ obtains payoff $f_{i}(x)$. Note that the payoff depends on the strategy profile chosen, i.e., on the strategy chosen by player $i$ as well as the strategies chosen by all the other players. A strategy profile $x^{*}\in S$ is a Nash equilibrium (NE) if no unilateral deviation in strategy by any single player is profitable for that player, that is

$$\forall i, x_i \in S_i: f_i(x_i^{*}, x_{-i}^{*}) \ge f_i(x_i, x_{-i}^{*}).$$

582 questions
0
votes
1 answer

Big zero sum game matrix

I've been trying to solve a nash equilibrium for a game. The game is zero sum and symmetric. Unfortunately, it is also quite large. The payoff matrix is (n! , n!) in size. To simplify, I used n=4 (the game is easily solved for n<4) and I've tried…
Michael
  • 105
0
votes
1 answer

What is the Nash Equilibrium for the following game?

Neither of these strategies are dominated by other. So, we have to use mixed strategies to find the nash equilibrium with the help of removing dominated strategies. But, I can't not continue to solve this. I mix-up again and again and also…
alhelal
  • 137
0
votes
0 answers

Interpreting the results of a 3x3 Nash Mixed Strategies Equilibrium

I've got a 3x3 Nash game cube I'm trying to interpret. The decimals below represent the number of times a player 'wins' against the other player. A B C A 0.722,0.278 0.722, 0.278 0.800, 0.200 …
0
votes
1 answer

Mixed Nash equilibria for zero matrix

I've been trying to find all the Nash equilibria for a 2-player game with 2 actions either, where the payoffs were dependent of variables. I'm finished, except for one special case (I had to divide by something and pretend it's not zero). Now I want…
K.A.
  • 619
-2
votes
1 answer

What is the optimum strategy? Game Theory.

If you invest Rs 1000, you would get a paid back of Rs 4000 at the end of the day, provided atleast 90% of the students invested. If the number of students investing falls below 90%, all those invested will lose their money. Those who decide not to…
1
2