Go to the first, previous, next, last section, table of contents.


sm1.reduction

sm1.reduction([f,g,v,w]|proc=p)
::
return
List
f
Polynomial
g, v, w
List
p
Number (the process number of ox_sm1)
[259] sm1.reduction([x^2+y^2-4,[y^4-4*y^2+1,x+y^3-4*y],[x,y]]);
[x^2+y^2-4,1,[0,0],[y^4-4*y^2+1,x+y^3-4*y]]
[260] sm1.reduction([x^2+y^2-4,[y^4-4*y^2+1,x+y^3-4*y],[x,y],[[x,1]]]);
[0,1,[-y^2+4,-x+y^3-4*y],[y^4-4*y^2+1,x+y^3-4*y]]
Reference
sm1.start, d_true_nf


Go to the first, previous, next, last section, table of contents.