Is there something wrong with my quad formula? Its giving me an incorrect signed answer

前端 未结 0 1308
广开言路
广开言路 2021-01-03 03:33

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题