source: git/Tst/Short/bug_6.tst @ 5ebd4bc

spielwiese
Last change on this file since 5ebd4bc was 234184b, checked in by Hans Schönemann <hannes@…>, 25 years ago
hannes:bug_6:preimage git-svn-id: file:///usr/local/Singular/svn/trunk@2618 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 120 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r;
5ring r1;
6map f=r,ideal(x2,x3);
7setring r;
8preimage(r1,f,ideal(0));
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.