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 ?
1.4m articles
1.4m replys
5 comments
57.0k users