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))
1 | initial version |
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))