Sophie

Sophie

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

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>pureFree -- computes a GL(V)-equivariant map whose resolution is pure, or the reduction mod p of such a map</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_schur__Rank.html">next</a> | <a href="_pieri.html">previous</a> | <a href="_schur__Rank.html">forward</a> | <a href="_pieri.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>pureFree -- computes a GL(V)-equivariant map whose resolution is pure, or the reduction mod p of such a map</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>pureFree(d, P)</tt></div>
</dd></dl>
</div>
</li>
<li><div class="single">Inputs:<ul><li><span><tt>d</tt>, <span>a <a href="../../Macaulay2Doc/html/___List.html">list</a></span>, a list of degrees (increasing numbers)</span></li>
<li><span><tt>P</tt>, <span>a <a href="../../Macaulay2Doc/html/___Polynomial__Ring.html">polynomial ring</a></span>, a polynomial ring over a field K in n variables</span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>a <a href="../../Macaulay2Doc/html/___Matrix.html">matrix</a></span>, A map whose cokernel has Betti diagram with degree sequence d if K has characteristic 0.  If K has positive characteristic p, then the corresponding map is calculated over QQ and is lifted to a ZZ-form which is then reduced mod p.</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div>The function translates the data of a degree sequence d for a desired pure free resolution into the data of a Pieri map according to the formula of Eisenbud-Fl\o ystad-Weyman and then applies the function <a href="_pieri.html" title="computes a matrix representation for a Pieri inclusion of representations of a general linear group">pieri</a>.<table class="examples"><tr><td><pre>i1 : betti res coker pureFree({0,1,2,4}, QQ[a,b,c]) -- degree sequence {0,1,2,4}

            0 1 2 3
o1 = total: 3 8 6 1
         0: 3 8 6 .
         1: . . . 1

o1 : BettiTally</pre>
</td></tr>
<tr><td><pre>i2 : betti res coker pureFree({0,1,2,4}, ZZ/2[a,b,c]) -- same map, but reduced mod 2

            0 1 2 3
o2 = total: 3 8 6 1
         0: 3 8 6 .
         1: . . . 1

o2 : BettiTally</pre>
</td></tr>
<tr><td><pre>i3 : betti res coker pureFree({0,1,2,4}, GF(4)[a,b,c]) -- can also use non prime fields

            0 1 2 3
o3 = total: 3 8 6 1
         0: 3 8 6 .
         1: . . . 1

o3 : BettiTally</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_pieri.html" title="computes a matrix representation for a Pieri inclusion of representations of a general linear group">pieri</a> -- computes a matrix representation for a Pieri inclusion of representations of a general linear group</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>pureFree</tt> :</h2>
<ul><li>pureFree(List,PolynomialRing)</li>
</ul>
</div>
</div>
</body>
</html>