Skip to content

Commit

Permalink
Modified example to test new functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrusbrawler64 committed Feb 20, 2025
1 parent 0507796 commit e7d8a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6123,6 +6123,8 @@ cdef class MPolynomial_libsingular(MPolynomial_libsingular_base):
True
sage: (a^2).in_subalgebra(J, algorithm='groebner')
True
sage: (a^2).in_subalgebra(J, algorithm='groebner', certificate='x')
x0^2*x1^2
sage: (a + a^2).in_subalgebra(J)
True
"""
Expand Down

0 comments on commit e7d8a41

Please sign in to comment.