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


odmodule_elimination

odmodule_elimination(D_ideal,V,Elim)
:: D_idealのelimination idealを求めます.
return
リスト
D_ideal
リスト
V
リスト
Elim
リスト
[346] odmodule_elimination([x*dx+y*dy+a,dx^2+dy^2],[x,y],[[y],[0]]);
[x^2*dx^2+(2*a+2)*x*dx+a^2+a]

[347] odmodule_elimination([x*dx+y*dy+a,dx^2+dy^2],[x,y],[[y],[b]]);
[(x^2+b^2)*dx^2+(2*a+2)*x*dx+a^2+a]


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