source: git/Tst/Plural/doc-resolution-decl.tst @ f1beeba

fieker-DuValspielwiese
Last change on this file since f1beeba was e670d00, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: system(PLURAL) ->ncalgebra git-svn-id: file:///usr/local/Singular/svn/trunk@9595 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 197 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring r=0,(x,y,z),dp;
4matrix D[3][3];
5D[1,2]=z;
6ncalgebra(1,D); // it is Heisenberg algebra
7ideal i=z2+z,x+y;
8resolution re=nres(i,0);
9re;
10list l = re;
11l;
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.