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
For instance, there are two roots to the equation for which N(-LambertW(-log(2)/8)/log(2)) is a solution but when I enter this sympy yields just 0.137499628779701.
What can I do to obtain the second value?
TIA.
Aaron Meurer
unread,
Apr 19, 2016, 1:24:09 PM4/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 sy...@googlegroups.com
The second argument to LambertW lets you specify the branch. In this
case, the -1 branch gives the other real root:
In [28]: N(-LambertW(-log(2)/8, -1)/log(2))
Out[28]: 5.44490755461021