>From the documentation of *.doit()*:

Evaluate objects that are not evaluated by default like limits,
> integrals, sums and products. All objects of this kind will be
> evaluated recursively, unless some species were excluded via 'hints'
> or unless the 'deep' hint was set to 'False'.
>

So I suppose you can simply call *.doit()* on the root expression, or 
*.doit(deep=False)* if you don't want it to recursively apply to 
subexpressions.

On Monday, 19 October 2015 14:14:56 UTC+2, Francesco Bonazzi wrote:
>
> Could you paste your expression or an example of it?
>
> On Monday, 19 October 2015 13:36:41 UTC+2, Kasper Peeters wrote:
>>
>> If I have an expression with a bunch of unevaluated 'Integral', 'Sum' and 
>> so on, what is the recommended way to apply 'doit()' on all of these in one 
>> shot?
>>
>> Cheers,
>> Kasper
>>
>>

-- 
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 post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/f7deb259-30a4-4bc2-875d-74f8712e13ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to