source: git/Tst/Manual/koszul.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 215 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r=32003,(x,y,z),dp;
3  print(koszul(2,3));
4  ideal I=xz2+yz2+z3,xyz+y2z+yz2,xy2+y3+y2z;
5  print(koszul(1,I));
6  print(koszul(2,I));
7  print(koszul(2,I)*koszul(3,I));
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.