source: git/Tst/Buch/Example_1_9_33.tst @ e0b657

spielwiese
Last change on this file since e0b657 was e0b657, checked in by Hans Schönemann <hannes@…>, 17 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: 317 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ============================== example 1.9.33 =============================
5
6ring r = 0,(x,d,q),dp;
7matrix D[3][3];
8D[1,2]=q^2;
9def S=nc_algebra(1,D); setring S;
10ideal I = x,d,q;
11option(redSB); option(redTail);
12resolution R = mres(I,0);
13R;   
14print(betti(R),"betti");
15
16tst_status(1);$
17
Note: See TracBrowser for help on using the repository browser.