source: git/Tst/Short/bug_tr704.tst @ 21ce29

spielwiese
Last change on this file since 21ce29 was 21ce29, checked in by Hans Schoenemann <hannes@…>, 9 years ago
tests for tr. #704 (part2,3)
  • Property mode set to 100644
File size: 195 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "primdec.lib";
5ring rng = (0,vv),x,ls;
6minpoly = (vv^2+1);
7ideal I = x;
8radical(I);
9
10ring r = (0),(x,y),dp;
11ideal I = 5/3*x*y;
12radical(I, "KL");
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.