Comment #4 on issue 4091 by [email protected]: Cannot solve log(x+3) +
log(x-3)=0
http://code.google.com/p/sympy/issues/detail?id=4091
btw, only one of the solutions is valid (as came back from using force with
solve):
(log(x - 3) + log(x + 3)).subs(x, -sqrt(10)).n()
0.e-20 + 6.28318530717959*I
(log(x - 3) + log(x + 3)).subs(x, sqrt(10)).n()
0.e-125
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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 http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.