Difference between revisions of "ApCoCoA-1:DA.DiffAutoReduce"
From ApCoCoAWiki
m (Bot: Category moved) |
|||
Line 33: | Line 33: | ||
<key>diffalg.DiffAutoReduce</key> | <key>diffalg.DiffAutoReduce</key> | ||
<key>differential.DiffAutoReduce</key> | <key>differential.DiffAutoReduce</key> | ||
− | <wiki-category>Package_diffalg</wiki-category> | + | <wiki-category>ApCoCoA-1:Package_diffalg</wiki-category> |
</command> | </command> |
Revision as of 16:04, 2 October 2020
DA.DiffAutoReduce
Computes a reduced list of differential polynomials.
Syntax
DA.DiffAutoReduce(G:LIST):LIST
Description
DA.DiffAutoReduce computes for a given set G of differential polynomials a list of reduced differential polynomials H, s.t. every element of G reduces to zero wrt. H.
@param G A set of differential polynomials.
@return A list of reduced differential polynomials.
Example
Use QQ[x[1..1,0..20]]; Use QQ[x[1..1,0..20]], Ord(DA.DiffTO(<quotes>Lex</quotes>)); DA.DiffAutoReduce([x[1,2]^2+x[1,0]^2+3, x[1,1]+3x[1,0]]); ------------------------------- [x[1,1] + 3x[1,0], 82x[1,0]^2 + 3] -------------------------------
See also