On 28/04/2020 19:15, Aaron Meurer wrote:
You want evaluate=False, like Mul(sin(x), cos(x), cos(x), evaluate=False), or

with evaluate(False):
     sin(x)*cos(x)*cos(x)

Yes, but my feeling is that he still wants SymPy to do something for him - not just return what he types in, so

he needs to supply a more realistic example of what he is trying to do.

David

--
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/7928c355-283a-a24d-7e38-1d971b670d87%40dbailey.co.uk.

Reply via email to