Comment #1 on issue 3545 by [email protected]: solving a complicated expression with square roots
http://code.google.com/p/sympy/issues/detail?id=3545

So the issue here is

1. Can we get solve() to return something simpler?

2. solve() just hangs unless you call it with simplify=False and check=False. We need to think about some kind of recourse for this. Really, the problem is that simplify() hangs, but we should maybe try to identify those types of solutions which simplify() is not likely to be able to reduce to 0 (and for which it might just hang). Actually, what *really* hangs is expand() (mul/multinomial), so maybe we should avoid that, especially if the expression has large products of many terms of large exponents.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to