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


sm1_reduction

sm1_reduction([f,g,v,w]|proc=p)
::
return
リスト
f
多項式
g, v, w
リスト
p
数 (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]]
参照
sm1_start, sm1_find_proc, d_true_nf


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