The command solve((1-x)**10000 - 0.99, x)
doesn't really work, but maybe that's no so bad since `solve` is searching for all complex roots. But even from sympy.solvers.solveset import solveset_real solveset_real((1-x)**10000 - 0.99, x) is very slow. Manually raising both sides to the 10000 makes it fine, of course. Should the solver be capable of this type of manipulation? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/d73febf0-c938-4b45-9302-8052fc021977%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
