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


sm1.wTensor0

sm1.wTensor0([f,g,v,w]|proc=p)
:: fg の D-module としての 0 次テンソル積を 計算する.
return
リスト
p
f, g, v, w
リスト
[258]  sm1.wTensor0([[x*dx -1, y*dy -4],[dx+dy,dx-dy^2],[x,y],[1,2]]);
[[-y*x*dx-y*x*dy+4*x+y],[5*x*dx^2+5*x*dx+2*y*dy^2+(-2*y-6)*dy+3],
 [-25*x*dx+(-5*y*x-2*y^2)*dy^2+((5*y+15)*x+2*y^2+16*y)*dy-20*x-8*y-15],
 [y^2*dy^2+(-y^2-8*y)*dy+4*y+20]]


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