source: git/Tst/Manual/KoszulHomology.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 325 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "homolog.lib";
3ring R=0,x(1..3),dp;
4ideal x=maxideal(1);
5module M=0;
6KoszulHomology(x,M,0);  // H_0(x,R), x=(x_1,x_2,x_3)
7KoszulHomology(x,M,1);  // H_1(x,R), x=(x_1,x_2,x_3)
8qring S=std(x(1)*x(2));
9module M=0;
10ideal x=maxideal(1);
11KoszulHomology(x,M,1);
12KoszulHomology(x,M,2);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.