Artifact a27e810e7cbb91cdbd77c5ba19b6100141f8ccbc1d59f0b1474286f038985b6b:
- Executable file
r37/lisp/csl/html/r37_0391.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 823) [annotate] [blame] [check-ins using] [more...]
<A NAME=groebmonfac> <TITLE>groebmonfac</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>GROEBMONFAC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>variable</B><P> <P> The variable <em>groebmonfac</em> is connected to the handling of monomial factors. A monomial factor is a product of variable powers as a factor, e.g. x**2*y in x**3*y - 2*x**2*y**2. A monomial factor represents a solution of the type x = 0 or y = 0 with a certain multiplicity. With <A HREF=r37_0390.html>groebnerf</A> the multiplicity of monomial factors is lowe red to the value of the shared variable <em>groebmonfac</em> which by default is 1 (= monomial factors remain present, but their multiplicity is brought down). With <em>groebmonfac</em>:= 0 the monomial factors are suppressed completely. <P> <P>