D(sin(t) ~ t)
D(A*sin(t) ~ t )
D(A*sin(2*pi*t/P) ~ t, A=2, P=10)f = D(A*x^3 ~ x + x, A=1)f(x=2)
f(x=2,A=10)g = D(f(x=t,A=1)^2 ~ t)g(t=1)
gg= D(f(x=t,A=B)^2 ~ t,B=10)gg(t=1)
gg(t=1,B=100)
F = antiD( A*exp(-k*t^2 ) ~ t, A=1, k=0.1)
F(from=-Inf, to=0)
F(from=-Inf,to=Inf)
Run the code above in your browser using DataLab