DA.PseudoAutoReduce |
Syntax |
DA.PseudoAutoReduce(G:LIST):LIST |
Description |
Example |
Use QQ[x[1..2,0..20]]; Use QQ[x[1..2,0..20]], Ord(DA.DiffTO("Lex")); DA.PseudoAutoReduce([x[1,1]^4 + x[2,0], x[1,0]^2 + 3x[1,0], x[1,2]^2-x[2,2]^2]); ------------------------------- [x[1,0]^2 + 3x[1,0], x[2,0] + x[1,1]^4] ------------------------------- |
See Also |