source: git/Tst/New/sres_bug.tst @ d16f9c

fieker-DuValspielwiese
Last change on this file since d16f9c was eb38b2, checked in by Oleksandr Motsak <motsak@…>, 9 years ago
Fix bug in sres. NOTE: after errorreported gets set to 1 nothing is guaranteed (e.g. no poly printing)
  • Property mode set to 100644
File size: 189 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring r = (0,w),(Y,z),(dp);
4ideal H = Y*z + Y;
5
6qring q = std(H);
7
8
9basering;
10ideal R = ( (w/16)*z );
11sres(R, 1);
12
13R = std( R );
14sres(R, 1);
15
16tst_status(1);$
17
18
19
20
Note: See TracBrowser for help on using the repository browser.