[sympy] Manipulation of integrals using set operations on the integration domains

2024-06-04 Thread Michael Gfrerer
I would be interested in doing symbolic manipulation of integrals involving unevaluated functions and symbolic integration domains. A simplified problem looks like: I can "typeset" the left-hand-side by: from sympy import * x = Symbol('x') u = Function('u')(x) lhs = integrate(u, (x, 'Omega',))

[sympy] Re: Manipulation of integrals using set operations on the integration domains

2024-06-04 Thread Michael Gfrerer
One more try for the image: [image: setSimplify.png] On Wednesday, June 5, 2024 at 12:02:08 AM UTC+2 Michael Gfrerer wrote: > I would be interested in doing symbolic manipulation of integrals > involving unevaluated functions and symbolic integration domains. A > simplified problem l

Re: [sympy] Re: Manipulation of integrals using set operations on the integration domains

2024-06-11 Thread Michael Gfrerer
ded that the simplify method of the class is not called in the third print statement? Michael Gfrerer -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sym