ApCoCoA-1:DA.PseudoReduce

From ApCoCoAWiki
Revision as of 13:44, 15 December 2008 by S schuster (talk | contribs) (New page: <command> <title>diffalg.PseudoReduce</title> <short_description>Returns a pseudo normal form of a polynomial wrt. a given set of polynomials.</short_description> <syntax> $diffalg...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

diffalg.PseudoReduce

Returns a pseudo normal form of a polynomial wrt. a given set of polynomials.

Syntax

$diffalg.PseudoReduce(F:POLY, G:LIST):POLY

Description

PseudoReduce computes the pseudo normal form of the differential polynomial F wrt. the list G of differential polynomials.

Example

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

Diffalg.DiffTO