Sophie

Sophie

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

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>cotangentSheaf(ZZ,ProjectiveVariety) -- exterior powers of the cotangent sheaf of a projective variety</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_coth.html">next</a> | <a href="_cotangent__Sheaf_lp__Projective__Variety_rp.html">previous</a> | <a href="_coth.html">forward</a> | <a href="_cotangent__Sheaf_lp__Projective__Variety_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>cotangentSheaf(ZZ,ProjectiveVariety) -- exterior powers of the cotangent sheaf of a projective variety</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>cotangentSheaf(p,X)</tt></div>
</dd></dl>
</div>
</li>
<li><span>Function: <a href="_cotangent__Sheaf.html" title="cotangent sheaf of a projective variety">cotangentSheaf</a></span></li>
<li><div class="single">Inputs:<ul><li><span><tt>p</tt>, <span>an <a href="___Z__Z.html">integer</a></span></span></li>
<li><span><tt>X</tt>, <span>a <a href="___Projective__Variety.html">projective variety</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 <tt>p</tt>-th exterior power of the cotangent sheaf</span></li>
</ul>
</div>
</li>
<li><div class="single"><a href="_using_spfunctions_spwith_spoptional_spinputs.html">Optional inputs</a>:<ul><li><span><tt>Minimize => </tt><span><span>a <a href="___Boolean.html">Boolean value</a></span>, <span>default value true</span>, whether to apply <a href="_minimal__Presentation.html" title="compute a minimal presentation">minimalPresentation</a> to the result before returning it</span></span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div>This function computes the <tt>p</tt>-th exterior power of the cotangent sheaf of a variety <tt>X</tt>.<p/>
As an example we compute h^11 on a K3 surface (a quartic in projective threespace):<table class="examples"><tr><td><pre>i1 : K3 = Proj(QQ[x_0..x_3]/(x_0^4+x_1^4+x_2^4+x_3^4-11*x_0*x_1*x_2*x_3))

o1 = K3

o1 : ProjectiveVariety</pre>
</td></tr>
<tr><td><pre>i2 : omega1 = cotangentSheaf(1,K3);</pre>
</td></tr>
<tr><td><pre>i3 : HH^1(omega1)

       20
o3 = QQ

o3 : QQ-module, free</pre>
</td></tr>
</table>
<p/>
As a second example we compute Hodge numbers of the Fermat quintic in projective fourspace:<table class="examples"><tr><td><pre>i4 : FermatQuintic = Proj(QQ[x_0..x_4]/(x_0^5+x_1^5+x_2^5+x_3^5+x_4^5))

o4 = FermatQuintic

o4 : ProjectiveVariety</pre>
</td></tr>
<tr><td><pre>i5 : omega1 = cotangentSheaf(1,FermatQuintic);</pre>
</td></tr>
<tr><td><pre>i6 : HH^1(omega1)

       1
o6 = QQ

o6 : QQ-module, free</pre>
</td></tr>
<tr><td><pre>i7 : omega2 = cotangentSheaf(2,FermatQuintic);</pre>
</td></tr>
<tr><td><pre>i8 : HH^1(omega2)

       101
o8 = QQ

o8 : QQ-module, free</pre>
</td></tr>
<tr><td><pre>i9 : HH^2(omega1)

       101
o9 = QQ

o9 : QQ-module, free</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_tangent__Sheaf.html" title="tangent sheaf of a projective variety">tangentSheaf</a> -- tangent sheaf of a projective variety</span></li>
</ul>
</div>
</div>
</body>
</html>