Sophie

Sophie

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

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>AnnFs(RingElement) -- the annihilating ideal of f^s</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="___Ann__G.html">next</a> | <a href="___Ann__Fs_lp__List_rp.html">previous</a> | <a href="___Ann__G.html">forward</a> | <a href="___Ann__Fs_lp__List_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>AnnFs(RingElement) -- the annihilating ideal of f^s</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>AnnFs f</tt></div>
</dd></dl>
</div>
</li>
<li><span>Function: <a href="___Ann__Fs.html" title="the annihilating ideal of f^s">AnnFs</a></span></li>
<li><div class="single">Inputs:<ul><li><span><tt>f</tt>, <span>a <a href="../../Macaulay2Doc/html/___Ring__Element.html">ring element</a></span>, a polynomial in a Weyl algebra <em>A<sub>n</sub></em> (should contain no differential variables)</span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span>, an ideal of <em>A<sub>n</sub>[s]</em></span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div>The annihilator ideal is needed to compute a D-module representation of the localization of <em>k[x<sub>1</sub>,...,x<sub>n</sub>]</em> at <em>f</em>.<table class="examples"><tr><td><pre>i1 : R = QQ[x_1..x_4, z, d_1..d_4, Dz, WeylAlgebra => toList(1..4)/(i -> x_i => d_i) | {z=>Dz}]

o1 = R

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : f = x_1 + x_2 * z + x_3 * z^2 + x_4 * z^3

        3      2
o2 = x z  + x z  + x z + x
      4      3      2     1

o2 : R</pre>
</td></tr>
<tr><td><pre>i3 : AnnFs f

             2                                  2                          
o3 = ideal (d  - d d , d d  - d d , z*d  - d , d  - d d , z*d  - d , x d  +
             3    2 4   2 3    1 4     3    4   2    1 3     2    3   2 2  
     ------------------------------------------------------------------------
                                                                            
     2x d  + 3x d  - z*Dz, z*d  - d , x d  + 2x d  + 3x d  - Dz, x d  - x d 
       3 3     4 4            1    2   2 1     3 2     4 3        1 1    3 3
     ------------------------------------------------------------------------
                                    2
     - 2x d  + z*Dz - s, 3x z*d  - z Dz + x d  + 2x d )
         4 4               4   4           2 3     3 4

o3 : Ideal of QQ[x , x , x , x , z, d , d , d , d , Dz, s]
                  1   2   3   4      1   2   3   4</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>Caveat</h2>
<div>The ring of <tt>f</tt> should not have any parameters, i.e., it should be a pure Weyl algebra.  Also this ring should not be a homogeneous Weyl algebra.</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Ann__I__Fs_lp__Ideal_cm__Ring__Element_rp.html" title="the annihilating ideal of f^s for an arbitrary D-module">AnnIFs</a> -- the annihilating ideal of f^s for an arbitrary D-module</span></li>
<li><span><a href="../../Macaulay2Doc/html/___Weyl__Algebra.html" title="name for an optional argument">WeylAlgebra</a> -- name for an optional argument</span></li>
</ul>
</div>
</div>
</body>
</html>