Log in to edit a copy.
Download.
Other published documents...
l'hopital
556 days ago by bergdall
f(x) = 2*x+sin(2*x) pf = plot(f(x),(x,0,1000),color='red') pf
g(x) = f(x)*e^(-sin(x)) pg = plot(g(x),(x,0,100000),color='green') pg
h(x) = f(x)/g(x) plot(h(x),(x,0,10000))
fprime(x) = derivative(f(x),x) gprime(x) = derivative(g(x),x) plot(fprime(x)/gprime(x),(x,80,1000))
plot(gprime(x),(x,80,1000))