Sophie

Sophie

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

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>specialFiberIdeal -- special fiber of a blowup</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_symmetric__Kernel.html">next</a> | <a href="_special__Fiber.html">previous</a> | <a href="_symmetric__Kernel.html">forward</a> | <a href="_special__Fiber.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>specialFiberIdeal -- special fiber of a blowup</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>specialFiberIdeal M</tt><br/><tt>specialFiberIdeal(M,f)</tt></div>
</dd></dl>
</div>
</li>
<li><div class="single">Inputs:<ul><li><span><tt>M</tt>, <span>a <a href="../../Macaulay2Doc/html/___Module.html">module</a></span>, or <span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span></span></li>
<li><span><tt>f</tt>, <span>a <a href="../../Macaulay2Doc/html/___Ring__Element.html">ring element</a></span>, an optional element, which is a non-zerodivisor modulo <tt>M</tt> and the ring of <tt>M</tt></span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>an <a href="../../Macaulay2Doc/html/___Ideal.html">ideal</a></span></span></li>
</ul>
</div>
</li>
<li><div class="single"><a href="../../Macaulay2Doc/html/_using_spfunctions_spwith_spoptional_spinputs.html">Optional inputs</a>:<ul><li><span><a href="_symmetric__Kernel_lp..._cm_sp__Variable_sp_eq_gt_sp..._rp.html">Variable => ...</a>,  -- Choose name for variables in the created ring</span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div><p>Let <i>M</i> be an <i>R = k[x<sub>1</sub>,...,x<sub>n</sub>]/J</i>-module (for example an ideal), and let <i>mm=ideal vars R = (x<sub>1</sub>,...,x<sub>n</sub>)</i>, and suppose that <i>M</i> is a homomorphic image of the free module <i>F</i>. Let <i>T</i> be the Rees algebra of <i>M</i>. The call specialFiberIdeal(M) returns the ideal <i>J&sub;Sym(F)</i> such that <i>Sym(F)/J &#8773;T/mm*T</i>; that is, specialFiberIdeal(M) = reesIdeal(M)+mm*Sym(F).</p>
<div>The name derives from the fact that <i>Proj(T/mm*T)</i> is the special fiber of the blowup of <i>Spec R</i> along the subscheme defined by <i>I</i>.</div>
<table class="examples"><tr><td><pre>i1 : R=QQ[a,b,c,d,e,f]

o1 = R

o1 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i2 : M=matrix{{a,c,e},{b,d,f}}

o2 = | a c e |
     | b d f |

             2       3
o2 : Matrix R  &lt;--- R</pre>
</td></tr>
<tr><td><pre>i3 : analyticSpread image M

o3 = 3</pre>
</td></tr>
<tr><td><pre>i4 : specialFiberIdeal image M

o4 = ideal (f, e, d, c, b, a)

o4 : Ideal of R[w , w , w ]
                 0   1   2</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_rees__Ideal.html" title="compute the defining ideal of the Rees Algebra">reesIdeal</a> -- compute the defining ideal of the Rees Algebra</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>specialFiberIdeal</tt> :</h2>
<ul><li>specialFiberIdeal(Ideal)</li>
<li>specialFiberIdeal(Ideal,RingElement)</li>
<li>specialFiberIdeal(Module)</li>
<li>specialFiberIdeal(Module,RingElement)</li>
</ul>
</div>
</div>
</body>
</html>