Available versions of this document: latest release, release 4.13, release 4.12, release 4.11, release 4.10, release 4.9, release 4.8, release 4.7, release 4.6, release 4.5, release 4.4, release 4.3, release 4.2, release 4.1, release 4.0, release 3.6, release 3.5, nightly master
Reference documentation for older polymake versions: release 3.4, release 3.3, release 3.2
application ideal
This application allows to define ideals and enables other applications to use these. For example we can compute the tropical variety of an ideal via gfan in the application 'tropical'. Using this application with the bundled extension Singular adds a lot more commutative algebra power.
imports from:
- application common
Objects
Groebner
:
The Groebner object collects information about an ideal depending on the monomial ordering of the ambient ring.Ideal
:
An ideal in a polynomial ring.SlackIdeal
:
The type SlackIdeal is a thin wrapper aroundIdeal
that allows avoiding saturation. The current algorithm for computing theSLACK_IDEAL
of aPolytope
first computes an ideal whose saturation is the actual slack ideal. This last step is very expensive and probably necessary for many applications. Hence the SlackIdeal contains a second idealNON_SATURATED
as a property and the actual saturation step is only done once one asks for theGENERATORS
of the SlackIdeal.
Functions
Producing an ideal from scratch
With these clients you can create ideals belonging to various parameterized families which occur frequently in comumutative algebra.
-
bracket_ideal_pluecker(Matroid m)
Generates the ideal of all Grassmann-Plücker relations of the given matroid. For the algorithm see Sturmfels: Algorithms in invariant theory, Springer, 2nd ed., 2008
- Parameters:
Matroid
m
- Returns:
-
pluecker_ideal(Int d, Int n)
Generates the ideal of all Grassmann-Plücker relations of dxd minors of an dxn matrix. For the algorithm see Sturmfels: Algorithms in invariant theory, Springer, 2nd ed., 2008
Singular interface
Functions, methods and objects and attached from/to Singular.
-
singular_get_var(String s)
Retrieves a variable from 'Singular'
- Parameters:
String
s
: variable name- Returns:
- from extension:
-
slack_ideal_non_saturated
Computes the non-saturated slack ideal of a polytope, as described in > João Gouveia, Antonio Macchia, Rekha R. Thomas, Amy Wiebe: > The Slack Realization Space of a Polytope > (https://arxiv.org/abs/1708.04739)
- from extension:
Small Object Types
Singular interface
Functions, methods and objects and attached from/to Singular.
-
SingularIdeal
An intermediate object wrapping the ideal on the Singular side and providing its methods.
- from extension: