Sophie

Sophie

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

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>monomialIdeal(Ideal) -- monomial ideal of lead monomials of a Gröbner basis</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_monomial__Ideal_lp__Matrix_rp.html">next</a> | <a href="___Monomial__Ideal_sp-_sp__Monomial__Ideal.html">previous</a> | <a href="_monomial__Ideal_lp__Matrix_rp.html">forward</a> | <a href="___Monomial__Ideal_sp-_sp__Monomial__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>monomialIdeal(Ideal) -- monomial ideal of lead monomials of a Gröbner basis</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>monomialIdeal J</tt></div>
</dd></dl>
</div>
</li>
<li><span>Function: <a href="_monomial__Ideal.html" title="make a monomial ideal">monomialIdeal</a></span></li>
<li><div class="single">Inputs:<ul><li><span><tt>J</tt>, <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="___Monomial__Ideal.html">monomial ideal</a></span>, the monomial ideal generated by the lead monomials of a Gröbner basis of <tt>J</tt></span></li>
</ul>
</div>
</li>
</ul>
</div>
<div class="single"><h2>Description</h2>
<div>J may also be a submodule of R^1, for R the ring of J.<table class="examples"><tr><td><pre>i1 : R = ZZ/101[a,b,c];</pre>
</td></tr>
<tr><td><pre>i2 : I = ideal(a^3,b^3,c^3, a^2-b^2)

             3   3   3   2    2
o2 = ideal (a , b , c , a  - b )

o2 : Ideal of R</pre>
</td></tr>
<tr><td><pre>i3 : monomialIdeal I         

                     2     2   3   3
o3 = monomialIdeal (a , a*b , b , c )

o3 : MonomialIdeal of R</pre>
</td></tr>
<tr><td><pre>i4 : monomialSubideal I

                     3   2      2   3   3
o4 = monomialIdeal (a , a b, a*b , b , c )

o4 : MonomialIdeal of R</pre>
</td></tr>
</table>
If the coefficient ring is ZZ, lead coefficients of the monomials are ignored.<table class="examples"><tr><td><pre>i5 : R = ZZ[x,y]

o5 = R

o5 : PolynomialRing</pre>
</td></tr>
<tr><td><pre>i6 : monomialIdeal ideal(2*x,3*y)

o6 = monomialIdeal (x, y)

o6 : MonomialIdeal of R</pre>
</td></tr>
</table>
</div>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Monomial__Ideal.html" title="the class of all monomial ideals handled by the engine">MonomialIdeal</a> -- the class of all monomial ideals handled by the engine</span></li>
<li><span><a href="_monomial__Subideal.html" title="find the largest monomial ideal in an ideal">monomialSubideal</a> -- find the largest monomial ideal in an ideal</span></li>
</ul>
</div>
</div>
</body>
</html>