5.3.5 noether
-------------
Type:
poly
Purpose:
The standard basis computation in local rings
cuts off  all monomials above
(in the sense of the monomial ordering)
the monomial noether during the computation.

Reset noether by setting noether to 0.
Example:
  ring R=32003,(x,y,z),ds;
  ideal i=x2+y12,y13;
  std(i);
==> _[1]=x2+y12
==> _[2]=y13
  noether=x11;
  std(i);
==> _[1]=x2
  noether=0; //disables noether
See
poly;
std.
<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
