source: git/Tst/Short/bug_13.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 7b4121, checked in by Hans Schönemann <hannes@…>, 25 years ago
* hannes: optimisations, GMG's requests, update of Tsts (part 1), bug_13 git-svn-id: file:///usr/local/Singular/svn/trunk@3269 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 224 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4//input script that crashes Singular
5//  GMG
6ring r = 0,(a,b,c),ds;
7ring r2 = 0,(x,y,z,u,v,w),dp;
8ideal I = x-w,u2w+1,yz-v;
9map phi = r,I;
10ideal Z;
11setring r;
12preimage(r2,phi,Z);
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.