source: git/Tst/Short/bug_tr239.tst @ fe969a

spielwiese
Last change on this file since fe969a was 699dcd, checked in by Hans Schoenemann <hannes@…>, 14 years ago
tr 239 git-svn-id: file:///usr/local/Singular/svn/trunk@12944 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 267 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// finduni required id, should now also take data:
5ring  r=0,(x,y,z), dp;
6ideal i=y3+x2,x2y+x2,z4-x2-y;
7option(redSB);  // force computation of reduced basis
8i=std(i);
9ideal k=finduni(i);
10print(k);
11print(finduni(std(i)));
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.