-
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
Inconsistent results for simple polynomial #614
Comments
Notice that your polynomial factors as However, the multiplicity is correctly determined in only one case. Computing multiplicities is a very complicated numerical problem. To make it more consistent we need better algorithms I think. |
In fact, higher dimensional components of multiplicity |
It does find at least one root, but the accuracy varies quite a bit. Sometimes checking if a root is approximately |
No, because that root is singular. |
I see, thanks! |
Consider the simple polynomial system:
Repeatedly solving this in a loop, we get very different results seemingly randomly:
Is there a way to make this more consistent? Why do the results vary so wildly for a simple problem?
The text was updated successfully, but these errors were encountered: