from scipy.integrate import quad
def using_quad(): return quad(f2, -1, 2)
In: using_quad() Out: (3.0, 3.3306690738754696e-14)
Why is the answer not -3.0 ?
2.1m questions
2.1m answers
60 comments
57.0k users