<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_groebner_matrix</code>( <var class="Arg">matrix</var>[, <var class="Arg">ordering</var>] )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns: A list of vectors</p>
<p>This launches the 4ti2 groebner command with the argument as matrix input. The output will be the the Groebner basis of the binomial ideal generated by the left kernel of the input matrix. Note that this is different from 4ti2's convention which takes the right kernel. It returns the output of the groebner command as a list of lists. The second argument can be a vector to specify a monomial ordering, in the way that x^m > x^n if ordering*m > ordering*n
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_groebner_basis</code>( <var class="Arg">basis</var>[, <var class="Arg">ordering</var>] )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns: A list of vectors</p>
<p>This launches the 4ti2 groebner command with the argument as matrix input. The outpur will be the Groebner basis of the binomial ideal generated by the rows of the input matrix. It returns the output of the groebner command as a list of lists. The second argument is like before.</p>
<h5>3.1-3 <span class="Heading">Defining ideal of toric variety</span></h5>
<p>We want to compute the groebner basis of the ideal defining the affine toric variety associated to the cone generated by the inequalities [ [ 7, -1 ], [ 0, 1 ] ], i.e. a rational normal curve.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_hilbert_inequalities</code>( <var class="Arg">A</var> )</td><td class="tdright">( function )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_hilbert_inequalities_in_positive_orthant</code>( <var class="Arg">A</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns: a list of vectors</p>
<p>This function produces the hilbert basis of the cone C given by <var class="Arg">A</var>x >= 0 for all x in C. For the second function also x >= 0 is assumed.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_hilbert_equalities_in_positive_orthant</code>( <var class="Arg">A</var> )</td><tdclass="tdright">( function )</td></tr></table></div>
<p>Returns: a list of vectors</p>
<p>This function produces the hilbert basis of the cone C given by the equations <var class="Arg">A</var>x = 0 in the positive orthant of the coordinate system.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_hilbert_equalities_and_inequalities</code>( <var class="Arg">A</var>, <var class="Arg">B</var> )</td><td class="tdright">( function )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_hilbert_equalities_and_inequalities_in_positive_orthant</code>( <var class="Arg">A</var>, <var class="Arg">B</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns: a list of vectors</p>
<p>This function produces the hilbert basis of the cone C given by the equations <var class="Arg">A</var>x = 0 and the inequations <var class="Arg">B</var>x >= 0. For the second function x>=0 is assumed.</p>
<h5>3.2-5 <span class="Heading">Hilbert basis of dual cone</span></h5>
<p>We want to compute the Hilbert basis of the cone which faces are represented by the inequalities below. This example is taken from the toric and the ToricVarieties package manual. In both packages it is very slow with the internal algorithms.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_zsolve_equalities_and_inequalities</code>( <var class="Arg">eqs</var>, <var class="Arg">eqs_rhs</var>, <var class="Arg">ineqs</var>, <var class="Arg">ineqs_rhs</var>[, <var class="Arg">signs</var>] )</td><td class="tdright">( function )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ 4ti2Interface_zsolve_equalities_and_inequalities_in_positive_orthant</code>( <var class="Arg">eqs</var>, <var class="Arg">eqs_rhs</var>, <var class="Arg">ineqs</var>, <var class="Arg">ineqs_rhs</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns: a list of three matrices</p>
<p>This function produces a basis of the system <var class="Arg">eqs</var> = <var class="Arg">eqs_rhs</var> and <var class="Arg">ineqs</var> >= <var class="Arg">ineqs_rhs</var>. It outputs a list containing three matrices. The first one is a list of points in a polytope, the second is the hilbert basis of a cone. The set of solutions is then the minkowski sum of the polytope generated by the points in the first list and the cone generated by the hilbert basis in the second matrix. The third one is the free part of the solution polyhedron. The optional argument <var class="Arg">signs</var> must be a list of zeros and ones which length is the number of variables. If the ith entry is one, the ith variable must be >= 0. If the entry is 0, the number is arbitraty. Default is all zero. It is also possible to set the option precision to 32, 64 or gmp. The default, if no option is given, 32 is used. Please note that a higher precision leads to slower computation. For the second function xi >= 0 for all variables is assumed.</p>
<p>This calls the function graver with the equalities <var class="Arg">eqs</var> = 0. It outputs one list containing the graver basis of the system. the optional argument <var class="Arg">signs</var> is used like in zsolve. The second command assumes <span class="SimpleMath">x_i ≥ 0</span>.</p>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.