source: git/Tst/Manual/ndcond.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: 317 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "nctools.lib";
3ring r = (0,q1,q2),(x,y,z),dp;
4matrix C[3][3];
5C[1,2]=q2; C[1,3]=q1; C[2,3]=1;
6matrix D[3][3];
7D[1,2]=x; D[1,3]=z;
8def S = nc_algebra(C,D); setring S;
9S;
10ideal j=ndcond(); // the silent version
11j;
12printlevel=1;
13ideal i=ndcond(); // the verbose version
14i;
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.