source: git/Tst/Short/bug_24.tst @ 564136

spielwiese
Last change on this file since 564136 was 481842, checked in by Anne Frühbis-Krüger <anne@…>, 23 years ago
*anne: new tests checking preimage_bug, radical_bug in char 2, signal 11 when returning non exported object mres_bug, interred_bug, imap_bug git-svn-id: file:///usr/local/Singular/svn/trunk@5254 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 251 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(x,y,z),ds;
5map m=r,x+y+z+y2+x3,x-y-z,z;
6ideal id=2y+2z+x^3+y^2,x-y-z,y2+2z3;
7id;
8ideal pid=preimage(basering,m,id);
9pid;
10ideal imid=m(pid);
11size(reduce(id,std(imid)));
12size(reduce(imid,std(id)));
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.