Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 6380

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>StatePolytope -- computes state polytopes of ideals</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_initial__Ideals.html">next</a> | previous | <a href="_initial__Ideals.html">forward</a> | backward | up | top | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<hr/>
<div><h1>StatePolytope -- computes state polytopes of ideals</h1>
<div class="single"><h2>Description</h2>
<div><em>StatePolytope</em> computes state polytopes of ideals using the programs <tt>gfan</tt>, <tt>M2</tt>, and <tt>polymake</tt>.  Specifically, it computes <i>State</i><sub>m</sub>(I) or <i>State</i>(I) as defined in Sturmfels's book <i>Groebner bases and convex polytopes</i>, page 14.  There is also a function for testing GIT stability of an ideal in a polynomial ring with respect to action of the maximal torus scaling the variables.<p/>
We assume that the user has <tt>gfan</tt> version 0.3 or higher on his or her system.  The default assumption is that the command to run <tt>gfan</tt> is <tt>gfan</tt>, but this can be changed in the package configuration if necessary.  The user also needs <tt>polymake</tt> version 2.3-1 or higher installed on his or her system, and it must be run by this command.   Finally, the user is responsible for making sure the ideal of study is supported by <tt>gfan</tt>.  In version 0.3 this means the ideal must be in a polynomial ring over <tt>QQ</tt> or <tt>ZZ/p</tt> with p &lt; 32749, and no variable's name should be a substring of another's.</div>
</div>
<div class="single"><h2>Author</h2>
<ul><li><div class="single">Dave Swinarski<span> &lt;<a href="mailto:swinarsk@math.columbia.edu">swinarsk@math.columbia.edu</a>></span></div>
</li>
</ul>
</div>
<div class="single"><h2>Version</h2>
This documentation describes version <b>1.2</b> of StatePolytope.</div>
<div class="single"><h2>Source code</h2>
The source code from which this documentation is derived is in the file <a href="../../../../Macaulay2/StatePolytope.m2">StatePolytope.m2</a>.  The auxiliary files accompanying it are in the directory <a href="../../../../Macaulay2/StatePolytope/">StatePolytope/</a>.</div>
<div class="single"><h2>Exports</h2>
<ul><li><div class="single">Functions<ul><li><span><a href="_initial__Ideals.html" title="calls gfan and returns the list of initial ideals">initialIdeals</a> -- calls gfan and returns the list of initial ideals</span></li>
<li><span><a href="_is__Stable.html" title="determines whether the mth Hilbert point of I is GIT stable">isStable</a> -- determines whether the mth Hilbert point of I is GIT stable</span></li>
<li><span><a href="_state__Polytope.html" title="computes state polytopes of ideals">statePolytope</a> -- computes state polytopes of ideals</span></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</body>
</html>