Sophie

Sophie

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

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>specialFiber -- 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="_special__Fiber__Ideal.html">next</a> | <a href="_rees__Ideal.html">previous</a> | <a href="_special__Fiber__Ideal.html">forward</a> | <a href="_rees__Ideal.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>specialFiber -- 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>specialFiber M</tt><br/><tt>specialFiber(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>a <a href="../../Macaulay2Doc/html/___Ring.html">ring</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> with <i>m+1</i> generators. Let <i>T</i> be the Rees algebra of <i>M</i>. The call specialFiber(M) returns the ideal <i>J&sub;k[w<sub>0</sub>,&hellip;,w<sub>m</sub>]</i> such that <i>k[w<sub>0</sub>,&hellip;,w<sub>m</sub>]/J &#8773;T/mm*T</i>; that is, specialFiber(M) = reesIdeal(M)+mm*Sym(F). This routine differs from <a href="_special__Fiber__Ideal.html" title="special fiber of a blowup">specialFiberIdeal</a> in that the ambient ring of the output ideal is <i>k[w<sub>0</sub>,&hellip;,w<sub>m</sub>]</i> rather than <i>R[w<sub>0</sub>,&hellip;,w<sub>m</sub>]</i>. The coefficient ring <i>k</i> used is always the <a href="../../Macaulay2Doc/html/_ultimate.html" title="ultimate value for an iteration">ultimate</a> <a href="../../Macaulay2Doc/html/_coefficient__Ring.html" title="get the coefficient ring">coefficientRing</a> of <i>R</i>.</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 : specialFiber image M

o4 = QQ[w , w , w ]
         0   1   2

o4 : PolynomialRing</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>
<li><span><a href="_special__Fiber__Ideal.html" title="special fiber of a blowup">specialFiberIdeal</a> -- special fiber of a blowup</span></li>
</ul>
</div>
<div class="waystouse"><h2>Ways to use <tt>specialFiber</tt> :</h2>
<ul><li>specialFiber(Ideal)</li>
<li>specialFiber(Ideal,RingElement)</li>
<li>specialFiber(Module)</li>
<li>specialFiber(Module,RingElement)</li>
</ul>
</div>
</div>
</body>
</html>