Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

problem plotting numerical integral

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))