XuMuK1 / opengb

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

Ideal #5

Open XuMuK1 opened 9 months ago

XuMuK1 commented 9 months ago

Implement a polynomial ideal giving the basic tools for working with ideals including:

  1. Reductions
  2. Polynomial combinations

Implement method Polynomial.initialTerm returning the initial term.