|
COMMENT
|
Weighted solution of the following zero sum game:
Ma={{0, 1, 0, 0, 0, 0}, {0, 0, 1, 0, 0, 0},
{0, 0, 0, 1, 0, 0}, {0, 0, 0, 0, 1, 0},
{0, 0, 0, 0, 0, 1}, {1, 0, 0, 0, 0, a}}; a={1,2};
ML={{0, 1, 0, 0, 0, 0}, {0, 0, 1, 0, 0, 0},
{0, 0, 0, 1, 0, 0}, {0, 0, 0, 0, 1, 0},
{0, 0, 0, 0, 0, 1}, {21, 0, 0, 0, 0, 46}};
such that 4*Game_value[M1]+Game_value[M2]+Game_Value[ML]=0
|