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

feat: expand polynomial division #21

Merged
merged 2 commits into from Mar 3, 2022

Conversation

mantaur
Copy link

@mantaur mantaur commented Mar 3, 2022

expands on functionality to polynomial/polynomial TODO.

Test that assert ValueError for multiple variable divisor polynomials have only been commented out and might need an update instead.

mantaur and others added 2 commits March 3, 2022 13:00
expands on functionality to polynomial/polynomial TODO.

Test that assert ValueError for multiple variable divisor polynomials have only been commented out and might need an update instead.
Uses a Gröbner-basis in order to generalize euclidean
division to polynomials with multiple variables.

Co-authored-by: Mark <mantaur@users.noreply.github.com>
@nolanderc nolanderc merged commit abf3896 into polonomial-division Mar 3, 2022
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.

None yet

2 participants