Skip to content
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

Incorrect result of nonlinsolve #21957

Open
proy87 opened this issue Aug 26, 2021 · 2 comments
Open

Incorrect result of nonlinsolve #21957

proy87 opened this issue Aug 26, 2021 · 2 comments

Comments

@proy87
Copy link

proy87 commented Aug 26, 2021

nonlinsolve([-y+4*log(x),-4+4*log(y)/x], x,y) returns FiniteSet((log(y), y)), but this is incorrect.

@proy87
Copy link
Author

proy87 commented Aug 29, 2021

nonlinsolve([(-x*y**2+y), (-x**2*y+x)],x,y) returns FiniteSet((1/y, y)), but there is another solution, namely, (0,0).

@smichr
Copy link
Member

smichr commented Sep 2, 2021

Hmm..solve works on the second one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants