| Hosted by CoCalc | Download
g = NormalFormGame([matrix([[1,-1],[-1,1]])]) g.obtain_nash()
[[(1/2, 1/2), (1/2, 1/2)]]