Sophie

Sophie

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

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>SchurRing -- the class of all Schur rings</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_schur__Ring.html">next</a> | <a href="_jacobi__Trudi.html">previous</a> | <a href="_schur__Ring.html">forward</a> | <a href="_jacobi__Trudi.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>SchurRing -- the class of all Schur rings</h1>
<div class="single"><h2>Description</h2>
<div>A Schur ring is the representation ring for the general linear group of n by n matrices, and one can be constructed with <a href="_schur__Ring.html" title="make a Schur ring">schurRing</a>.<table class="examples"><tr><td><pre>i1 : R = schurRing(s, 4)

o1 = R

o1 : SchurRing</pre>
</td></tr>
</table>
The element corresponding to the Young diagram <tt>{3,2,1}</tt> is obtained as follows.<table class="examples"><tr><td><pre>i2 : s_{3,2,1}

o2 = s
      3,2,1

o2 : R</pre>
</td></tr>
</table>
The dimension of the underlying virtual representation can be obtained with <a href="../../Macaulay2Doc/html/_dim.html" title="compute the Krull dimension">dim</a>.<table class="examples"><tr><td><pre>i3 : dim s_{3,2,1}

o3 = 64</pre>
</td></tr>
</table>
Multiplication in the ring comes from tensor product of representations.<table class="examples"><tr><td><pre>i4 : s_{3,2,1} * s_{1,1}

o4 = s      + s      + s        + s      + s        + s
      4,3,1    4,2,2    4,2,1,1    3,3,2    3,3,1,1    3,2,2,1

o4 : R</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="_schur__Ring.html" title="make a Schur ring">schurRing</a> -- make a Schur ring</span></li>
</ul>
</div>
<div class="waystouse"><h2>Functions and methods returning a Schur ring :</h2>
<ul><li><span>schurRing(Symbol,ZZ), see <span><a href="_schur__Ring.html" title="make a Schur ring">schurRing</a> -- make a Schur ring</span></span></li>
<li><span>schurRing(Thing,ZZ), see <span><a href="_schur__Ring.html" title="make a Schur ring">schurRing</a> -- make a Schur ring</span></span></li>
</ul>
<h2>Methods that use a Schur ring :</h2>
<ul><li>coefficientRing(SchurRing)</li>
<li>degreeLength(SchurRing)</li>
<li>monoid(SchurRing)</li>
</ul>
</div>
<div class="waystouse"><h2>For the programmer</h2>
<p>The object <a href="___Schur__Ring.html" title="the class of all Schur rings">SchurRing</a> is <span>a <a href="../../Macaulay2Doc/html/___Type.html">type</a></span>, with ancestor classes <a href="../../Macaulay2Doc/html/___Engine__Ring.html" title="the class of rings handled by the engine">EngineRing</a> &lt; <a href="../../Macaulay2Doc/html/___Ring.html" title="the class of all rings">Ring</a> &lt; <a href="../../Macaulay2Doc/html/___Type.html" title="the class of all types">Type</a> &lt; <a href="../../Macaulay2Doc/html/___Mutable__Hash__Table.html" title="the class of all mutable hash tables">MutableHashTable</a> &lt; <a href="../../Macaulay2Doc/html/___Hash__Table.html" title="the class of all hash tables">HashTable</a> &lt; <a href="../../Macaulay2Doc/html/___Thing.html" title="the class of all things">Thing</a>.</p>
</div>
</div>
</body>
</html>