test

1612 days ago by Arthur.Casier

var('a') f(x) = (3*(e^-(x/200) * (x/200)^(3/2)))^4 plot(f(x), (x,0,1118)) + point((300, f(300)), color='red', size=50) 
       
numerical_approx(f(300))