Table of Contents

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:

Objects

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:
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

Parameters:

Int d

Int n

Returns:

Singular interface

Functions, methods and objects and attached from/to Singular.


load_singular_library(String s)

Loads a SINGULAR library

Parameters:

String s

from extension:

singular_eval(String s)

Executes given string with Singular

Parameters:

String s

from extension:

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: