Difference between revisions of "ApCoCoA-1:DA.LPot"

From ApCoCoAWiki
(Corrected example.)
Line 6: Line 6:
 
</syntax>
 
</syntax>
 
<description>
 
<description>
DA.LPot returns the leading power of polynomial F wrt. the current differential term order, or the hereby induced ranking respectively.
+
<ref>DA.LPot</ref> returns the leading power of polynomial <tt>F</tt> wrt. the current differential term order, or the hereby induced ranking respectively.
 
<itemize>
 
<itemize>
 
<item>@param <em>F</em> A differential polynomial.</item>
 
<item>@param <em>F</em> A differential polynomial.</item>
<item>@return The leading power of F.</item>
+
<item>@return The leading power of <tt>F</tt>.</item>
 
</itemize>
 
</itemize>
 
<example>
 
<example>

Revision as of 12:54, 7 July 2009

DA.LPot

Computes the leading power of a differential polynomial.

Syntax

DA.LPot(F:POLY):POLY

Description

DA.LPot returns the leading power of polynomial F wrt. the current differential term order, or the hereby induced ranking respectively.

  • @param F A differential polynomial.

  • @return The leading power of F.

Example

Use QQ[x[1..2,0..20]];
Use QQ[x[1..2,0..20]], Ord(DA.DiffTO(<quotes>Lex</quotes>));
DA.LPot(x[1,1]^2x[1,2]^2 + 1/4x[1,2]);
-------------------------------
x[1,2]^2
-------------------------------

DA.DiffTO