Macaulay2 » Documentation
Packages » GameTheory :: spohnIdeal
next | previous | forward | backward | up | index | toc

spohnIdeal -- compute the ideal of the Spohn variety of a given game

Description

It is crucial that the formats in PR and X match up. The Spohn ideal $I_X$ is the ideal defining the Spohn variety of a game $X$, which contains the dependency equilibria of the game $X$. Its generators are given by the $2\times 2$ minors of the Spohn matrices. This function uses the function spohnMatrices to compute the Spohn matrices of the given game.

i1 : Di = {2,2,3};
i2 : PR = probabilityRing(Di);
i3 : X = randomGame(Di);
i4 : I = spohnIdeal(PR,X);

o4 : Ideal of PR

See also

Ways to use spohnIdeal:

  • spohnIdeal(Ring,List) (missing documentation)

For the programmer

The object spohnIdeal is a method function.


The source of this document is in GameTheory.m2:1695:0.