Log in to edit a copy.
Download.
Other published documents...
2단원-문제4
1532 days ago by choeyuri
var('x') f(x)= 5000-5000*(1-(1/40)*x)^2 plot(f(x), (x,0,40), ymax=5000)
var('x') f(x)= 5000*(1-(1/40)*x)^2 plot(f(x), (x,0,40), ymax=5000)