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


sm1.distraction

sm1.distraction([f,v,x,d,s]|proc=p)
:: ask the sm1 server to compute the distraction of f.
return
List
p
Number
f
Polynomial
v,x,d,s
List
[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
Reference
distraction2(sm1),


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