application: ideal
UNDOCUMENTED
imports from: common
uses: graph, group, polytope, topaz
Objects
UNDOCUMENTED
Properties of Groebner
UNDOCUMENTED
Properties of Ideal
- GENERATORS: common::Array<Polynomial<Rational, Int>>
A set of generators usually given by the user and in no way unique.
- PRIMARY: common::Bool
Is the ideal a primary ideal? I.e. its radical is prime and in the quotient ring by the ideal every zero divisor is nilpotent.
User Functions
- wronski_system (M, lambda, coeff_array, s)
returns a Wronski system of a topaz::FOLDABLE triangulation of a lattice polytope
Parameters
Matrix<Int> M points (in homogeneous coordinates); affinely span the spaceVector<Int> lambda height function on lattice pointsArray<Array<Rational>> coeff_array coefficientsScalar<Rational> s additional Parameter in the polynomialOptions
topaz::SimplicialComplex triangulation The triangulation of the pointset corresponding to the lifting functionRing ring the ring in which the polynomial should be
- wronski_center_ideal (L, lambda)
returns a system of polynomials which is necessary to check if degeneration avoids center of projection: compute eliminant e(s); this must not have a zero in (0,1)
Parameters
Matrix<Int> L lattice pointsVector<Int> lambda height function on lattice points - wronski_polynomial (M, lambda, coeff, s)
retuns a Wronski polynomial of a topaz::FOLDABLE triangulation of a lattice polytope
Parameters
Matrix<Int> M points (in homogeneous coordinates); affinely span the spaceVector<Int> lambda height function on lattice pointsArray<Rational> coeff coefficientsScalar<Rational> s additional Parameter in the polynomialOptions
topaz::SimplicialComplex triangulation The triangulation of the pointset corresponding to the lifting functionRing ring the ring in which the polynomial should be
- stanley_reisner (C) → Ideal
Creates the Stanley-Reisner ideal of a simplicial complex C. Optional ring parameter is required to have precisely as many variables as C has vertices.