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

spielwiese
Last change on this file since 1ebec3 was e0b657, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: ncalgebra -> nc_algebra git-svn-id: file:///usr/local/Singular/svn/trunk@10367 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 205 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.