Suppose you are given a payoff matrix dimensions m*n in which player A has m strategies and player B has n strategies and in each cases it results in a different outcome, so how could you find the probabilities of each state and find which state will reach Nash equilibrium having highest probability of occurring and
assuming that I know the concept and know to solve a 2 by 2 Nash equilibrium matrix and could anyone devised a algorithm or a method so I could implement it in code and programmed in my console.
In some reference i searched you can find system of linear equation and by gaussian elimination you can solve them, so how could you find the system of linear equation in which the unknowns are probability of each state.