Sophie

Sophie

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

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>stafford(Ideal) -- computes 2 generators for a given ideal in the Weyl algebra</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="___Transfer__Cycles.html">next</a> | <a href="___Special.html">previous</a> | <a href="___Transfer__Cycles.html">forward</a> | <a href="___Special.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>stafford(Ideal) -- computes 2 generators for a given ideal in the Weyl algebra</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>stafford I</tt></div>
</dd></dl>
</div>
</li>
<li><span>Function: <a href="_stafford_lp__Ideal_rp.html" title="computes 2 generators for a given ideal in the Weyl algebra">stafford</a></span></li>
<li><div class="single">Inputs:<ul><li><span><tt>I</tt>, <span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span>, in the Weyl algebra</span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span>, with 2 generators (that has the same extension as I in k(x)&lt;dx>)</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div><p>A theorem of Stafford says that every ideal in the Weyl algebra can be generated by 2 elements. This routine is the implementation of the effective version of this theorem following the constructive proof in <em>A.Leykin, `Algorithmic proofs of two theorems of Stafford', Journal of Symbolic Computation, 38(6):1535-1550, 2004.</em></p>
<p>The current implementation provides a weaker result: the 2 generators produced are guaranteed to generate only the extension of the ideal <em>I</em> in the Weyl algebra with rational-function coefficients.</p>
<table class="examples"><tr><td><pre>i1 : R = QQ[x_1..x_4,D_1..D_4, WeylAlgebra=>(apply(4,i->x_(i+1)=>D_(i+1)))] 

o1 = R

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : stafford ideal (D_1,D_2,D_3,D_4)

                 4        2        3
o2 = ideal (D , x x D  + x x D  + x D  + x D  + D )
             1   1 4 4    1 3 3    1 4    1 3    2

o2 : Ideal of QQ[x , x , x , x , D , D , D , D ]
                  1   2   3   4   1   2   3   4</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>Caveat</h2>
<div>The input should be generated by at least 2 generators.  The output and input ideals are not equal necessarily.</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_make__Cyclic_lp__Matrix_rp.html" title="finds a cyclic generator of a D-module">makeCyclic</a> -- finds a cyclic generator of a D-module</span></li>
</ul>
</div>
</div>
</body>
</html>