ApCoCoA-1:DA.LPot

From ApCoCoAWiki
Revision as of 09:18, 15 December 2008 by S schuster (talk | contribs) (New page: <command> <title>diffalg.LPot</title> <short_description>Returns the leading power of F with respect to the current differential term ordering.</short_description> <syntax> $diffal...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

diffalg.LPot

Returns the leading power of F with respect to the current differential term ordering.

Syntax

$diffalg.LPot(ObjectName:POLY):POLY

Description

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

Example

Use Q[x[1..2,0..20]];
Use Q[x[1..2,0..20]], Ord($diffalg.DiffTO("Lex"));
$diffalg.LPot(x[1,1]^2x[1,2]^2 + 1/4x[1,2]);
-------------------------------
x[1,2]^2
-------------------------------

Diffalg.DiffTO