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

Fix bug in _get_rational_parametrization #65

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

rprebet
Copy link
Contributor

@rprebet rprebet commented Jul 10, 2024

Following msolve documentation, each numerator is given as [[deg, L],c].
To get this numerator, the polynomial defined by [deg,L] must be divided by -c.

In the previous version it was multiplied by -c.

@ederc
Copy link
Collaborator

ederc commented Jul 16, 2024

I think this is correct, maybe @mohabsafey can also verify this fix before merging.

@mohabsafey
Copy link
Collaborator

I confirm it is correct.
Thanks for seeing and fixing this.

@mohabsafey mohabsafey merged commit 9800eac into algebraic-solving:main Jul 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants