source: git/Tst/Buch/Example_1_9_33.tst @ 8d1432e

fieker-DuValspielwiese
Last change on this file since 8d1432e was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 314 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.