First time here? Check out the FAQ!
asked 10 years ago
Why does the following give an error "TypeError: unable to simplify to float approximation"?
def f(y): return numerical_integral(1,0,y)[0] plot(f(y),(y,0,1))