Opened 10 years ago
Last modified 7 years ago
#10856 new enhancement
migrate more functionality from ideals to polynomial sequences
Reported by: | malb | Owned by: | malb |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | commutative algebra | Keywords: | |
Cc: | vbraun | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
At #1819 Volker Braun suggested:
- An alias
MPolynomialIdeal.basis
=MPolynomialIdeal.gens
Move MPolynomialIdeal.basis_is_groebner
toPolynomialSequence.is_groebner
Move MPolynomialIdeal.interreduced_basis
toPolynomialSequence.interreduce
.- there shouldn't be a
PolynomialSequence.groebner_basis
Change History (4)
comment:1 Changed 8 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:2 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:3 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:4 Changed 7 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.