Ticket #92: redSBSignal.txt

File redSBSignal.txt, 194 bytes (added by laplagne, 15 years ago)

Singular script that produces the Segment Fault

Line 
1ring r = 0, (x, y), ds;
2ideal I = x2-y3;
3qring q = groebner(I);
4ideal U1 = x2, xy2;
5ideal U2 = xy2, y3;
6groebner(U2);
7option("redSB");
8groebner(U2);
9std(U2);
10reduce(U1, groebner(U2));