Sophie

Sophie

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

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>resolution(Ideal) -- compute a projective resolution of (the quotient ring corresponding to) an ideal</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_resolution_lp__Matrix_rp.html">next</a> | <a href="_resolution_lp..._cm_sp__Syzygy__Limit_sp_eq_gt_sp..._rp.html">previous</a> | <a href="_resolution_lp__Matrix_rp.html">forward</a> | <a href="_resolution_lp..._cm_sp__Syzygy__Limit_sp_eq_gt_sp..._rp.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>resolution(Ideal) -- compute a projective resolution of (the quotient ring corresponding to) an ideal</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>resolution I</tt></div>
</dd></dl>
</div>
</li>
<li><span>Function: <a href="_resolution.html" title="projective resolution">resolution</a></span></li>
<li><div class="single">Inputs:<ul><li><span><tt>I</tt>, <span>an <a href="___Ideal.html">ideal</a></span>, an ideal in a ring <tt>R</tt>, say</span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>a <a href="___Chain__Complex.html">chain complex</a></span>, a resolution of <tt>R/I</tt> by projective <tt>R</tt>-modules</span></li>
</ul>
</div>
</li>
<li><div class="single"><a href="_using_spfunctions_spwith_spoptional_spinputs.html">Optional inputs</a>:<ul><li><span><a href="_resolution_lp..._cm_sp__Degree__Limit_sp_eq_gt_sp..._rp.html">DegreeLimit => ...</a>,  -- compute only up to this degree</span></li>
<li><span><a href="_resolution_lp..._cm_sp__Hard__Degree__Limit_sp_eq_gt_sp..._rp.html">HardDegreeLimit => ...</a>, </span></li>
<li><span><a href="_resolution_lp..._cm_sp__Length__Limit_sp_eq_gt_sp..._rp.html">LengthLimit => ...</a>,  -- stop when the resolution reaches this length</span></li>
<li><span><a href="_resolution_lp..._cm_sp__Pair__Limit_sp_eq_gt_sp..._rp.html">PairLimit => ...</a>,  -- stop when this number of pairs has been handled</span></li>
<li><span><a href="_resolution_lp..._cm_sp__Sort__Strategy_sp_eq_gt_sp..._rp.html">SortStrategy => ...</a>, </span></li>
<li><span><a href="_resolution_lp..._cm_sp__Stop__Before__Computation_sp_eq_gt_sp..._rp.html">StopBeforeComputation => ...</a>,  -- whether to stop the computation immediately</span></li>
<li><span><a href="_resolution_lp..._cm_sp__Strategy_sp_eq_gt_sp..._rp.html">Strategy => ...</a>, </span></li>
<li><span><a href="_resolution_lp..._cm_sp__Syzygy__Limit_sp_eq_gt_sp..._rp.html">SyzygyLimit => ...</a>,  -- stop when this number of syzygies are obtained</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div><table class="examples"><tr><td><pre>i1 : R = ZZ[a..d]

o1 = R

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : I = ideal(a,b,c,d)

o2 = ideal (a, b, c, d)

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

      1      4      6      4      1
o3 = R  &lt;-- R  &lt;-- R  &lt;-- R  &lt;-- R  &lt;-- 0
                                         
     0      1      2      3      4      5

o3 : ChainComplex</pre>
</td></tr>
<tr><td><pre>i4 : C_2

      6
o4 = R

o4 : R-module, free, degrees {2, 2, 2, 2, 2, 2}</pre>
</td></tr>
<tr><td><pre>i5 : C.dd_2

o5 = {1} | -b 0  -c 0  0  -d |
     {1} | a  -c 0  0  -d 0  |
     {1} | 0  b  a  -d 0  0  |
     {1} | 0  0  0  c  b  a  |

             4       6
o5 : Matrix R  &lt;--- R</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Chain__Complex_sp_us_sp__Z__Z.html" title="component">ChainComplex _ ZZ</a> -- component</span></li>
<li><span><a href="_dd.html" title="differential in a chain complex">dd</a> -- differential in a chain complex</span></li>
<li><span><a href="_resolution.html" title="projective resolution">resolution</a> -- projective resolution</span></li>
<li><span><a href="_ideal.html" title="make an ideal">ideal</a> -- make an ideal</span></li>
</ul>
</div>
</div>
</body>
</html>