source: git/Tst/Manual/cupproduct.tst @ c2f6bd

spielwiese
Last change on this file since c2f6bd 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: 357 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "homolog.lib";
3int p      = printlevel;
4ring  rr   = 32003,(x,y,z),(dp,C);
5ideal  I   = x4+y3+z2;
6qring  o   = std(I);
7module M   = [x,y,0,z],[y2,-x3,z,0],[z,0,-y,-x3],[0,z,x,-y2];
8print(cupproduct(M,M,M,1,3));
9printlevel = 3;
10list l     = (cupproduct(M,M,M,1,3,"any"));
11show(l[1]);show(l[2]);
12printlevel = p;
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.