-
Notifications
You must be signed in to change notification settings - Fork 31
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
Interesting possible failure of monodromy solving #611
Comments
Based on a long chat with chatgpt, see https://chatgpt.com/share/67831bf4-7f2c-8007-895c-34ae1f2b74bd I tried replacing the parametrization x^3-8-p=0 with the parametrization q*(x^3-8)-p=0, and indeed all 3 solutions are recovered. (code below.) I guess it would be nice if there were a way for the solver to "notice" when this happens programatically, or maybe even correct for it. I would love to hear other thoughts on this. (Acknowledging there may be nothing wrong in the software, more of a thing for users to watch out for)
|
We do not understand the theory of monodromy enough to predict when the loops we generate are not enough to find all solutions. In your example, |
For instance, this finds all 3 solutions (because the loops are now big enough):
|
Below is an MWE. I noticed that when solving the very simple equation x^3=8, monodromy solving doesn't seem to find any new solutions beyond the one it's fed. The default solver doesn't seem to have this issue. I will try using some different parameters to see if it helps.
Example output:
MWE:
The text was updated successfully, but these errors were encountered: