source: git/Tst/Old/idealop.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: 326 bytes
Line 
1ring r=181,(x,y,z),(c,ls);
2ideal id1=maxideal(3);
3id1;
4ideal id2=x2+xyz,y2-z3y,z3+y5xz;
5id2;
6ideal id3=intersect(id1,id2);
7id3;
8ideal id4=id1+id2;
9id4;
10ideal id5=minbase(id4);
11id5;
12ideal id6=quotient(id1,id2);
13id6;
14ideal id7=quotient(id2,id1);
15id7;
16ring rr=32003 ,(x, y),dp;
17ideal i=x;
18ideal j=y;
19ideal k=intersect(i,j);
20k;
21$
Note: See TracBrowser for help on using the repository browser.