Skip to content

Commit

Permalink
Fix doctests in mpoly-ideals.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Oct 1, 2024
1 parent ebacd2e commit 8fe421c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/Rings/mpoly-ideals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,29 @@ Ideal generated by
39*a*c
6*a*b*d
3*a*b*c
1326*a^2*d^5
1989*a^2*c^5
102*b^4*d^5
153*b^4*c^5
663*a^2*c^5*d^5
51*b^4*c^5*d^5
78*a^2*d^15
117*a^2*c^15
78*a^15*d^5
117*a^15*c^5
6*a^2*b^4*d^15
9*a^2*b^4*c^15
39*a^2*c^5*d^15
39*a^2*c^15*d^5
6*a^2*b^15*d^5
9*a^2*b^15*c^5
6*a^15*b^4*d^5
9*a^15*b^4*c^5
39*a^15*c^5*d^5
3*a^2*b^4*c^5*d^15
3*a^2*b^4*c^15*d^5
3*a^2*b^15*c^5*d^5
3*a^15*b^4*c^5*d^5
```
"""
function radical(
Expand Down

0 comments on commit 8fe421c

Please sign in to comment.