<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ MaxDegreeNP</code>( <var class="Arg">polylist</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>Given an <code class="code">FAlgList</code>, this function calculates the degree of the lead term for each element of the list and returns the largest value found. In the example this is <span class="SimpleMath">\(v\)</span> with degree <span class="SimpleMath">\(4\)</span></p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ ScalarMulNP</code>( <var class="Arg">pol</var>, <var class="Arg">const</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>Arithmetic with polynomials is performed using the <strong class="pkg">GBNP</strong> functions <code class="code">AddNP</code>, <code class="code">MulNP</code> and <code class="code">BimulNP</code>. We find it convenient to add here a function which multiplies a polynomial by an element of the underlying field of the algebra.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ LtNPoly</code>( <var class="Arg">pol1</var>, <var class="Arg">pol2</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ GtNPoly</code>( <var class="Arg">pol1</var>, <var class="Arg">pol2</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>These two functions generalise the <strong class="pkg">GBNP</strong> functions <code class="code">LtNP</code> and <code class="code">GtNP</code> which (confusingly) apply only to monomials. They compare a pair of polynomials with respect to the monomial ordering currently being used. In the example we check that <span class="SimpleMath">\(w > u\)</span>, that <span class="SimpleMath">\(u < 2u\)</span> and <span class="SimpleMath">\(v > v-10ba\)</span>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ LowestLeadMonomialPosNP</code>( <var class="Arg">polylist</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>Given a list of polynomials, this function looks at all the leading monomials and returns the position of the smallest lead monomial with respect to the monomial ordering currently being used. In the example, since <code class="code">L4</code> is sorted, the fourth polynomial is the least.</p>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.