source: git/Tst/Short/bug_tr660.tst @ a0351f4

fieker-DuValspielwiese
Last change on this file since a0351f4 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 423 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// primary decomposition incomplete using given ordering
5LIB"primdec.lib";
6option(redTail);
7option(redSB);
8ring rng = (0),(x,y,z,w),lp;
9ideal I =
101003/1073*x*w^2+3856/1601*y^2-6193/5747*y*z+10820/19117*w,
11-2779/1010*x+1505/1007*y^2,
129233/8945*z*w-6187/6861*w^2;
13
14list L1 = primdecGTZ (I);
15list L2 = primdecSY (I,0);
16L1;
17L2;
18
19def pr2 = primdecSY( L2[2][1], 0  );
20pr2;
21size(pr2);
22
23tst_status(1);$
Note: See TracBrowser for help on using the repository browser.