ApCoCoA-1:DA.LD

From ApCoCoAWiki
Revision as of 12:17, 8 December 2008 by S schuster (talk | contribs) (New page: <command> <title>diffalg.LD</title> <short_description>Compute the leading derivative of a polynomial.</short_description> <syntax> $diffalg.LD(F:POLY):POLY </syntax> <description>...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

diffalg.LD

Compute the leading derivative of a polynomial.

Syntax

$diffalg.LD(F:POLY):POLY

Description

LD computes the leading derivative of polynomial F wrt. the current differential term ordering, or the hereby induced ranking respectivly.

Example

Use Q[x[1..2,0..20]];
Use Q[x[1..2,0..20]], Ord($diffalg.DiffTO("DegOrd"));
F:=x[1,2]^2*x[1,1]-x[2,4]^3;
$diffalg.LD(F);
-------------------------------
x[2,4]
-------------------------------

Diffalg.DiffTO