Sophie

Sophie

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

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>WeylClosure -- Weyl closure of an ideal</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div>next | <a href="___Walther.html">previous</a> | forward | <a href="___Walther.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>WeylClosure -- Weyl closure of 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>WeylClosure I, WeylClosure(I,f)</tt></div>
</dd></dl>
</div>
</li>
<li><div class="single">Inputs:<ul><li><span><tt>I</tt>, <span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span>, a left ideal of the Weyl Algebra</span></li>
<li><span><tt>f</tt>, <span>a <a href="../../Macaulay2Doc/html/___Ring__Element.html">ring element</a></span>, a polynomial</span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span>, the Weyl closure (w.r.t. f) of I</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div>Let R = K(x<sub>1</sub>..x<sub>n</sub>)&lt;d<sub>1</sub>..d<sub>n</sub>> denote the ring of differential operators with rational function coefficients. The Weyl closure of an ideal I in D is the intersection of the extended ideal RI with D.  It consists of all operators which vanish on the common holomorphic solutions of I and is thus analogous to the radical operation on a commutative ideal.<p></p>
The partial Weyl closure of I with respect to a polynomial f is the intersection of the extended ideal D[f<sup>-1</sup>] I with D.<p></p>
The Weyl closure is computed by localizing D/I with respect to a polynomial f vanishing on the singular locus, and computing the kernel of the map D --> D/I --> (D/I)[f^{-1}].<table class="examples"><tr><td><pre>i1 : W = QQ[x,Dx, WeylAlgebra => {x=>Dx}]

o1 = W

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : I = ideal(x*Dx-2)

o2 = ideal(x*Dx - 2)

o2 : Ideal of W</pre>
</td></tr>
<tr><td><pre>i3 : WeylClosure I

                                  3      2
o3 = ideal (x*Dx - 2, x*Dx - 2, Dx , x*Dx  - Dx)

o3 : Ideal of W</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>Caveat</h2>
<div>The ideal I should be finite holonomic rank, which can be tested manually by holonomicRank.The Weyl closure of non-finite rank ideals or arbitrary submodules has not been implemented.</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Dlocalize.html" title="localization of a D-module">Dlocalize</a> -- localization of a D-module</span></li>
<li><span><a href="_sing__Locus.html" title="singular locus of a D-module">singLocus</a> -- singular locus of a D-module</span></li>
<li><span><a href="_holonomic__Rank.html" title="rank of a D-module">holonomicRank</a> -- rank of a D-module</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>WeylClosure</tt> :</h2>
<ul><li>WeylClosure(Ideal)</li>
<li>WeylClosure(Ideal,RingElement)</li>
</ul>
</div>
</div>
</body>
</html>