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


sm1.distraction

sm1.distraction([f,v,x,d,s]|proc=p)
:: sm1f の distraction を計算してもらう.
return
リスト
p
f
多項式
v,x,d,s
リスト
[280] sm1.distraction([x*dx,[x],[x],[dx],[x]]);
x
[281] sm1.distraction([dx^2,[x],[x],[dx],[x]]);
x^2-x
[282] sm1.distraction([x^2,[x],[x],[dx],[x]]);
x^2+3*x+2
[283] fctr(@);
[[1,1],[x+1,1],[x+2,1]]
[284] sm1.distraction([x*dx*y+x^2*dx^2*dy,[x,y],[x],[dx],[x]]);
(x^2-x)*dy+x*y
参照
distraction2(sm1),


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