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


odmodule_restriction

odmodule_restriction(D_ideal,V,Rest)
:: D_idealの 0 次のrestrictionを求めます.
return
リスト
D_ideal
リスト
V
リスト
Rest
リスト
[345] odmodule_restriction([x*dx+y*dy+a,dx^2+dy^2],[x,y],[y]);
[[2,[-x*dx-a,-e0*x*dx-e0*a-e0]]]


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