Sophie

Sophie

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

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>icPIdeal -- compute the integral closure in prime characteristic of a principal ideal</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_idealizer.html">next</a> | <a href="_ic__Map.html">previous</a> | <a href="_idealizer.html">forward</a> | <a href="_ic__Map.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>icPIdeal -- compute the integral closure in prime characteristic of a principal 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>icPIdeal (a, D, N)</tt></div>
</dd></dl>
</div>
</li>
<li><div class="single">Inputs:<ul><li><span><tt>a</tt>, an element in <tt>R</tt></span></li>
<li><span><tt>D</tt>, a non-zerodivisor of <tt>R</tt> that is in the conductor</span></li>
<li><span><tt>N</tt>, the number of steps in <a href="_ic__Frac__P.html" title="compute the integral closure in prime characteristic">icFracP</a> to compute the integral closure of <tt>R</tt>, by using the conductor element <tt>D</tt></span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span>the integral closure of the ideal <tt>(a)</tt>.</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div>The main input is an element <tt>a</tt> which generates a principal ideal whose integral closure we are seeking.  The other two input elements, a non-zerodivisor conductor element <tt>D</tt> and the number of steps <tt>N</tt> are the pieces of information obtained from <tt>icFracP(R, Verbosity => true)</tt>.  (See the Singh--Swanson paper, An algorithm for computing the integral closure, Remark 1.4.)<table class="examples"><tr><td><pre>i1 : R=ZZ/3[u,v,x,y]/ideal(u*x^2-v*y^2);</pre>
</td></tr>
<tr><td><pre>i2 : icFracP(R, Verbosity => 1)
Number of steps: 3,  Conductor Element: x^2

         u*x
o2 = {1, ---}
          y

o2 : List</pre>
</td></tr>
<tr><td><pre>i3 : icPIdeal(x, x^2, 3)

o3 = ideal (x, v*y)

o3 : Ideal of R</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>Caveat</h2>
<div>The interface to this algorithm will likely change in Macaulay2 1.4</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_ic__Frac__P.html" title="compute the integral closure in prime characteristic">icFracP</a> -- compute the integral closure in prime characteristic</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>icPIdeal</tt> :</h2>
<ul><li>icPIdeal(RingElement,RingElement,ZZ)</li>
</ul>
</div>
</div>
</body>
</html>