Sophie

Sophie

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

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>PT1 -- Compute the deformation polytope associated to a Stanley-Reisner complex.</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_rays__P__Pn.html">next</a> | <a href="_pre__Image.html">previous</a> | <a href="_rays__P__Pn.html">forward</a> | <a href="_pre__Image.html">backward</a> | up | <a href="index.html">top</a> | <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>PT1 -- Compute the deformation polytope associated to a Stanley-Reisner complex.</h1>
<div class="single"><h2>Synopsis</h2>
<ul><li><div class="list"><dl class="element"><dt class="heading">Usage: </dt><dd class="value"><div><tt>PT1(C)</tt></div>
</dd></dl>
</div>
</li>
<li><div class="single">Inputs:<ul><li><span><tt>C</tt>, <span>an <a href="___Complex.html">embedded complex</a></span></span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>an <a href="___Complex.html">embedded complex</a></span></span></li>
</ul>
</div>
</li>
<li><div class="single"><a href="../../Macaulay2Doc/html/_using_spfunctions_spwith_spoptional_spinputs.html">Optional inputs</a>:<ul><li><span><a href="_file.html">file => ...</a>,  -- Store result of a computation in a file.</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div><p>Compute the deformation polytope of C, i.e., the convex hull of all homogeneous (i.e., <a href="_degree_lp__First__Order__Deformation_rp.html" title="The small torus degree of a deformation.">degree(FirstOrderDeformation)</a> zero) deformations associated to C, considering them as lattice monomials (i.e., their preimages under C.grading).</p>
<div/>
<table class="examples"><tr><td><pre>i1 : R=QQ[x_0..x_3]

o1 = R

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : I=ideal(x_0*x_1,x_2*x_3)

o2 = ideal (x x , x x )
             0 1   2 3

o2 : Ideal of R</pre>
</td></tr>
<tr><td><pre>i3 : C=idealToComplex I

o3 = 1: x x  x x  x x  x x  
         0 2  1 2  0 3  1 3

o3 : complex of dim 1 embedded in dim 3 (printing facets)
     equidimensional, simplicial, F-vector {1, 4, 4, 0, 0}, Euler = -1</pre>
</td></tr>
<tr><td><pre>i4 : PT1C=PT1 C

o4 = 3: y y y y y y y y  
         0 1 2 3 4 5 6 7

o4 : complex of dim 3 embedded in dim 3 (printing facets)
     equidimensional, non-simplicial, F-vector {1, 8, 14, 8, 1}, Euler = 0</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>Caveat</h2>
<div><div>To homogenize the denominators of deformations (which are supported inside the link) we use globalSections to deal with the toric case. The speed of this should be improved. For ordinary projective space homogenization with support on F is done much faster.</div>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_deformations__Face.html" title="Compute the deformations associated to a face.">deformationsFace</a> -- Compute the deformations associated to a face.</span></li>
<li><span><a href="_link.html" title="The link of a face of a complex.">link</a> -- The link of a face of a complex.</span></li>
<li><span><a href="_global__Sections.html" title="The global sections of a toric divisor.">globalSections</a> -- The global sections of a toric divisor.</span></li>
<li><span><a href="_trop__Def.html" title="The co-complex of tropical faces of the deformation polytope.">tropDef</a> -- The co-complex of tropical faces of the deformation polytope.</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>PT1</tt> :</h2>
<ul><li>PT1(Complex)</li>
</ul>
</div>
</div>
</body>
</html>