XuMuK1 / opengb

A study project on python implementation of polynomials and Groebner bases
MIT License
1 stars 0 forks source link

Monomials #1

Closed XuMuK1 closed 9 months ago

XuMuK1 commented 9 months ago

Implement Monomial and MonomialOrder classes with all needed basic operations.

Implement LexicographicOrder as a child class of MonomialOrder.