Game Theory

Solve nonantagonistic games (bimatrix game).

You are now following this Submission

This algorithm detected pure Nash equilibria, Strong Nash equilibria, Pareto optimum. Graphically represents space of game. Also finding solve in mixed strategy with linear programming model (using optimization toolbox).

Cite As

Vito (2026). Game Theory (https://au.mathworks.com/matlabcentral/fileexchange/51601-game-theory), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Strategy & Logic in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

The opportunity of the simple decision (without optimization) is added.
Mistakes in model of optimization are corrected. Also returns erroneous strategy.
{[5,5 [ 0,10 ];
[10,0] [1,1]};
fail = [2,2];
Strategy 2 from gamer A and B is erroneous.

1.0.0.0