problem in proc semigroup from lib alexpoly.lib
Consider
poly f=(y4-2x3y2-4x5y+x6-x7)*(y2-x3);
Then
semigroup(f);
[1]:
[1]:
4,2
[2]:
6,3
[2]:
[1]:
13,7
[2]:
26,13
[3]:
15,29
The entries in second and the third list are interchanged. The result should be
[1]:
[1]:
4,2
[2]:
6,3
[2]:
[1]:
26,13
[2]:
13,7
[3]:
29,15
Change History (4)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Owner: |
changed from somebody to keilen
|
Status: |
reopened →
new
|
Component: |
dontKnow →
singular-libs
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
fixed with 1941b83b2fcbbef848fd4975c0409310bd714f15 by Thomas Markwig