source: git/Tst/Manual/sheafCoh.tst @ 85bcd6

fieker-DuValspielwiese
Last change on this file since 85bcd6 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: 447 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "sheafcoh.lib";
3//
4// cohomology of structure sheaf on P^4:
5//-------------------------------------------
6ring r=0,x(1..5),dp;
7module M=0;
8def A=sheafCoh(0,-7,2);
9//
10// cohomology of cotangential bundle on P^3:
11//-------------------------------------------
12ring R=0,(x,y,z,u),dp;
13resolution T1=mres(maxideal(1),0);
14module M=T1[3];
15intvec v=2,2,2,2,2,2;
16attrib(M,"isHomog",v);
17def B=sheafCoh(M,-6,2);
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.