79251791

Date: 2024-12-04 15:33:16
Score: 1
Natty:
Report link

With sympy 1.13.3, adding meijerg=True will significantly speed up the calculation and gives exact 0 as the result.

int_expr = simplify(integrate(expr, x, (y,0,2*pi), meijerg=True))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Am.A