Sophie

Sophie

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

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>OrderedMonoid -- the class of all ordered monoids</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="___Output__Dictionary.html">next</a> | <a href="_order.html">previous</a> | <a href="___Output__Dictionary.html">forward</a> | <a href="_order.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>OrderedMonoid -- the class of all ordered monoids</h1>
<div class="single"><h2>Description</h2>
<div>An ordered monoid is a multiplicative monoid together with an ordering of its elements.  The ordering is required to be compatible with the multiplication in the sense that if x &lt; y then x z &lt; y z.  The class of all ordered monomials is <a href="___Ordered__Monoid.html" title="the class of all ordered monoids">OrderedMonoid</a>.<p/>
The reason for making a separate class for ordered monoids is that monoid rings can be implemented more efficiently for them - an element of the monoid ring can be stored as a sorted list, each element of which is a pair consisting of an element of the monoid and a coefficient.  See <a href="___Polynomial__Ring.html" title="the class of all ordered monoid rings">PolynomialRing</a>.<p/>
A free commutative ordered monoid can be created with <a href="_monoid.html" title="make or retrieve a monoid">monoid</a>.</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Monoid.html" title="the class of all monoids">Monoid</a> -- the class of all monoids</span></li>
</ul>
</div>
<div class="waystouse"><h2>Types of ordered monoid :</h2>
<ul><li><span><a href="___General__Ordered__Monoid.html" title="the class of all ordered free commutative monoids">GeneralOrderedMonoid</a> -- the class of all ordered free commutative monoids</span></li>
</ul>
<h2>Methods that use an ordered monoid :</h2>
<ul><li><span>degreeLength(OrderedMonoid), see <span><a href="_degree__Length.html" title="the number of degrees">degreeLength</a> -- the number of degrees</span></span></li>
<li><span><a href="___Ring_sp__Ordered__Monoid.html" title="make a polynomial ring">Ring OrderedMonoid</a> -- make a polynomial ring</span></li>
</ul>
</div>
<div class="waystouse"><h2>For the programmer</h2>
<p>The object <a href="___Ordered__Monoid.html" title="the class of all ordered monoids">OrderedMonoid</a> is <span>a <a href="___Type.html">type</a></span>, with ancestor classes <a href="___Monoid.html" title="the class of all monoids">Monoid</a> &lt; <a href="___Type.html" title="the class of all types">Type</a> &lt; <a href="___Mutable__Hash__Table.html" title="the class of all mutable hash tables">MutableHashTable</a> &lt; <a href="___Hash__Table.html" title="the class of all hash tables">HashTable</a> &lt; <a href="___Thing.html" title="the class of all things">Thing</a>.</p>
</div>
</div>
</body>
</html>