source: git/Tst/Plural/doc-ideal-decl.tst @ e9478b

fieker-DuValspielwiese
Last change on this file since e9478b was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 198 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring r=0,(x,y,z),dp;
4def S=nc_algebra(-1,0);setring S;
5poly s1 = x2;
6poly s2 = y3;
7poly s3 = z;
8ideal i =  s1, s2-s1, 0,s2*s3, s3^4;
9i;
10size(i);
11ncols(i);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.