Skip to content

Commit

Permalink
Update src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjbest authored Oct 14, 2023
1 parent 4c4218b commit 0c50d6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4502,8 +4502,6 @@ cdef class MPolynomial_libsingular(MPolynomial_libsingular_base):
Traceback (most recent call last):
...
ValueError: polynomial is not in the ideal
sage: f.lift(I)
[1, x2]
sage: A.<x,y> = PolynomialRing(ZZ,2,order='degrevlex')
sage: I = A.ideal([x^10 + x^9*y^2, y^8 - x^2*y^7 ])
sage: f = x*y^13 + y^12
Expand Down

0 comments on commit 0c50d6a

Please sign in to comment.