powered by
D(f, n=1, h = 1e-04) antiD(f, input0 = 0, val0 = 0, init = c(input0, val0), ...)
f
init
fplot(D(sin),xlim=c(-2*pi,2*pi)) fplot(antiD(sin),xlim=c(-2*pi,2*pi)) fplot( list( sin, D(sin), D(sin,2) ), xlim=c(-2*pi, 2*pi) ) f <- antiD(cos) f(1) sin(1)
Run the code above in your browser using DataLab