Opened 8 years ago

Closed 8 years ago

#774 closed bug (fixed)

7 year old greetings from overflow hell

Reported by: jakobkroeker.academic@… Owned by: somebody
Priority: major Milestone: 4-1-0 and higher
Component: singular-kernel Version: 4-0-3
Keywords: Cc:

Description

failing example:

ring r = 0,(a,b,c,d), lp;
option(redSB);
short = 0;
ideal I = a-b^16, b-c^16, c-d^1024;
groebner(I);
//_[1]=c-d^1024
//_[2]=b-d^16384
//_[3]=a-d^4096
// correct answer: c-d^1024, b-d^16384, a-d^262144;

This example was taken from:

trac.sagemath.org/ticket/6472

Change History (1)

comment:1 Changed 8 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.