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',)) + integrate(u, (x, Symbol(r'D \setminus 
\Omega'),))

Obviously, it is not possible to simplify the lhs. Is there a object in 
Sympy for D and \Omega to enable this?

-- 
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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/d6a98820-fa18-428d-a932-c555e6ae163dn%40googlegroups.com.

Reply via email to