source: git/Tst/Short/bug_tr704.tst @ 57f6ffd

fieker-DuValspielwiese
Last change on this file since 57f6ffd was e9478b, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 194 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.