How to find all the roots of log equation together?
I've been stuck in the equation which has log function in it, and when I find roots with roots() function, I get 2 complex roots and 1 real root. Those roots are coming wrong, so when I use find_root function, I'm getting the roots one at a time. Please Help.....
Welcome to Ask Sage! Thank you for your question.
Ideally, add a minimal example to reproduce the issue.
Please specify the function and the code you have tried.