You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Greetings. I have a need to find all roots of a solved expression, for educational purposes:
exp(-pi*pi*1e16/alpha)+0.33984375 = 0
Tried to use a standard solver. Defined an "alpha" variable. SymPy raised an exception due to long int->int conversion. Is there any practical workaround?
Tried to solve a similar expression, but with less huge numbers. It gave me a single complex root. But there is a target to find all existing roots.