Login
Help/Guide
About Trac
Preferences
Timeline
Browse Source
View Tickets
New Ticket
Wiki
Context Navigation
Back to Ticket #92
Ticket #92
: redSBSignal.txt
File redSBSignal.txt,
194 bytes
(added by
laplagne
,
14 years ago
)
Singular script that produces the Segment Fault
Line
1
ring r = 0, (x, y), ds;
2
ideal I = x2-y3;
3
qring q = groebner(I);
4
ideal U1 = x2, xy2;
5
ideal U2 = xy2, y3;
6
groebner(U2);
7
option("redSB");
8
groebner(U2);
9
std(U2);
10
reduce(U1, groebner(U2));
Download in other formats:
Original Format