source: git/Tst/Old/preimage.tst @ b35b93

spielwiese
Last change on this file since b35b93 was b35b93, checked in by Olaf Bachmann <obachman@…>, 26 years ago
This commit was generated by cvs2svn to compensate for changes in r1396, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@1397 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 480 bytes
Line 
1ring r;
2type r;
3ring r1=32003,(x,y,z,w),lp;
4type r1;
5setring r;
6ideal i=x,y,z;
7ideal ii=x2+y2,xy,z3;
8map f=r1,i;
9map ff=r1,ii;
10type f;
11type ff;
12ideal j1=0;
13ideal j2=maxideal(2);
14ideal j3=x2+yz,y2+zx,z2+xy;
15setring r1;
16ideal i1=preimage(r,f,i);
17type i1;
18ideal i2=preimage(r,ff,i);
19type i2;
20ideal ii1=preimage(r,f,ii);
21type ii1;
22ideal ii2=preimage(r,ff,ii);
23type ii2;
24ideal j1=preimage(r,ff,j1);
25type j1;
26ideal j2=preimage(r,ff,j2);
27type j2;
28ideal j3=preimage(r,ff,j3);
29type j3;
30$
31
Note: See TracBrowser for help on using the repository browser.