MAPLE code to find optimal strategies for matrix games: game.txt. (I don't know what your operating system is, but in mine,
I save the file as "game". In MAPLE, I enter my matrix and
then type "read game" to find the optimal strategies.)
Notes on the affine scaling method, in PDF format.
MAPLE code to apply one iteration of the affine scaling method:
affineiter.txt. In MAPLE, first define
A, b, c, x0, r, then call affineit(A,b,c,x0,r) where $A,b,c$ are as usual,
x0 is the initial (strictly positive) solution and r is the global step size.
(Simple instructions appear at the top of the file.)