Sophie

Sophie

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

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>RatAnn -- annihilator of a rational function in Weyl algebra</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="___Rat__Ext.html">next</a> | <a href="_put__Weyl__Algebra_lp__Hash__Table_rp.html">previous</a> | <a href="___Rat__Ext.html">forward</a> | <a href="_put__Weyl__Algebra_lp__Hash__Table_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>RatAnn -- annihilator of a rational function in 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>RatAnn f, RatAnn(g,f)</tt></div>
</dd></dl>
</div>
</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>, polynomial</span></li>
<li><span><tt>g</tt>, <span>a <a href="../../Macaulay2Doc/html/___Ring__Element.html">ring element</a></span>, 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>, left ideal of the Weyl algebra</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div><tt>RatAnn f</tt> computes the annihilator ideal in the Weyl algebra of the rational function 1/f<br/><tt>RatAnn(g,f)</tt> computes the annihilator ideal in the Weyl algebra of the rational function g/f<table class="examples"><tr><td><pre>i1 : W = QQ[x,y,Dx,Dy, WeylAlgebra => {x=>Dx, y=>Dy}]

o1 = W

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : f = x^2-y^3

        3    2
o2 = - y  + x

o2 : W</pre>
</td></tr>
<tr><td><pre>i3 : g = 2*x*y

o3 = 2x*y

o3 : W</pre>
</td></tr>
<tr><td><pre>i4 : I = RatAnn (g,f)

                                3  2    2  2     2           2  2          3
o4 = ideal (3x*Dx + 2y*Dy + 1, y Dy  - x Dy  + 6y Dy + 6y, 9y Dx Dy - 4y*Dy 
     ------------------------------------------------------------------------
             2      2    3  2     2  2
     + 27y*Dx  + 2Dy , 9y Dx  - 4y Dy  + 10y*Dy - 10)

o4 : Ideal of W</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>Caveat</h2>
<div>The inputs f and g should be elements of a Weyl algebra, and not elements of a commutative polynomial ring.  However, f and g should only use the commutative variables.</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Poly__Ann_lp__Ring__Element_rp.html" title="annihilator of a polynomial in Weyl algebra">PolyAnn</a> -- annihilator of a polynomial in Weyl algebra</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>RatAnn</tt> :</h2>
<ul><li>RatAnn(RingElement)</li>
<li>RatAnn(RingElement,RingElement)</li>
</ul>
</div>
</div>
</body>
</html>