-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LambertW
not defined in SymPyCore
#554
Comments
Thanks. The issue is the plot recipe calls I can think of a few possible fixes in this case:
Something to think about |
If it cannot be easily fixed, maybe this situation could just raise a warning explaining the problem. |
I just added a fix to give a warning when this is attempted. Thanks for bringing it to my attention. |
My system is running Julia 1.11.2 and SymPy.jl 2.2.1.
I solve the equation$x^x = t$ and want to plot $x$ versus $y$ .
I solve the equation and I create a variable with it. I can use that variable as a function, but if I try to plot it, I get an error. I am pretty sure that I'm missing something.
This is what I do:
Fortunately, there is an easy solution:
Thanks in advance and have a nice weekend!
The text was updated successfully, but these errors were encountered: