[Merged by Bors] - feat(Data/Finsupp/MonomialOrder): monomial orders#19453
[Merged by Bors] - feat(Data/Finsupp/MonomialOrder): monomial orders#19453AntoineChambert-Loir wants to merge 4 commits intomasterfrom
Conversation
PR summary 72a011cafdImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: Johan Commelin <johan@commelin.net>
|
Thanks 🎉 If CI passes, please remove the label bors d+ |
|
✌️ AntoineChambert-Loir can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
Definition of monomial orders, with the example of the lexicographic ordering This is the starting point of implementation of the beginnings of Gröbner theory. 3 subsequent PRs will address: - division algorithm - example of the homogeneous lexicographic ordering - example of the homogeneous reverse lexicographic ordering These various orderings (and other ones…) may look exotic but are actually used in algebraic geometry.
|
Pull request successfully merged into master. Build succeeded: |
Definition of monomial orders, with the example of the lexicographic ordering
This is the starting point of implementation of the beginnings of Gröbner theory.
3 subsequent PRs will address:
These various orderings (and other ones…) may look exotic but are actually used in algebraic geometry.