Sophie

Sophie

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

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>CoherentSheaf / CoherentSheaf -- quotient of coherent sheaves</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="___Coherent__Sheaf_sp^_sp__Z__Z.html">next</a> | <a href="___Coherent__Sheaf_sp_pl_pl_sp__Coherent__Sheaf.html">previous</a> | <a href="___Coherent__Sheaf_sp^_sp__Z__Z.html">forward</a> | <a href="___Coherent__Sheaf_sp_pl_pl_sp__Coherent__Sheaf.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>CoherentSheaf / CoherentSheaf -- quotient of coherent sheaves</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>F / G</tt></div>
</dd></dl>
</div>
</li>
<li><span>Operator: <a href="__sl.html" title="a binary operator, usually used for division">/</a></span></li>
<li><div class="single">Inputs:<ul><li><span><tt>F</tt>, <span>a <a href="___Coherent__Sheaf.html">coherent sheaf</a></span></span></li>
<li><span><tt>G</tt>, <span>a <a href="___Coherent__Sheaf.html">coherent sheaf</a></span>, or <span>an <a href="___Ideal.html">ideal</a></span></span></li>
</ul>
</div>
</li>
<li><div class="single">Outputs:<ul><li><span><span>a <a href="___Coherent__Sheaf.html">coherent sheaf</a></span>, the quotient sheaf <tt>F/G</tt></span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div>We compute the cohomology of two sheaves supported on an elliptic curve.<table class="examples"><tr><td><pre>i1 : X = Proj(QQ[x,y,z])

o1 = X

o1 : ProjectiveVariety</pre>
</td></tr>
<tr><td><pre>i2 : I = ideal(y^2*z-x*(x-z)*(x-11*z))

              3      2     2         2
o2 = ideal(- x  + 12x z + y z - 11x*z )

o2 : Ideal of QQ[x, y, z]</pre>
</td></tr>
<tr><td><pre>i3 : N = (sheaf module I)/(sheaf module I^2)

o3 = subquotient (| -x3+12x2z+y2z-11xz2 |, | x6-24x5z-2x3y2z+166x4z2+24x2y2z2+y4z2-264x3z3-22xy2z3+121x2z4 |)

                                            1
o3 : coherent sheaf on X, subquotient of OO
                                           X</pre>
</td></tr>
<tr><td><pre>i4 : G = OO_X^1/I

o4 = cokernel | -x3+12x2z+y2z-11xz2 |

                                         1
o4 : coherent sheaf on X, quotient of OO
                                        X</pre>
</td></tr>
<tr><td><pre>i5 : HH^1(G)

       1
o5 = QQ

o5 : QQ-module, free</pre>
</td></tr>
<tr><td><pre>i6 : HH^1(N)

       9
o6 = QQ

o6 : QQ-module, free</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Proj_lp__Ring_rp.html" title="make a projective variety">Proj</a> -- make a projective variety</span></li>
<li><span><a href="___Spec_lp__Ring_rp.html" title="make an affine variety">Spec</a> -- make an affine variety</span></li>
<li><span><a href="_sheaf.html" title="make a coherent sheaf">sheaf</a> -- make a coherent sheaf</span></li>
<li><span><a href="___H__H^__Z__Z_sp__Coherent__Sheaf.html" title="cohomology of a coherent sheaf on a projective variety">HH^ZZ CoherentSheaf</a> -- cohomology of a coherent sheaf on a projective variety</span></li>
<li><span><a href="___O__O_sp_us_sp__Variety.html" title="the structure sheaf">OO</a> -- the structure sheaf</span></li>
</ul>
</div>
</div>
</body>
</html>