source: git/Tst/Manual/ncdetection.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: 483 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "involut.lib";
3ring R = 0,(x,y,z,D(1..3)),dp;
4matrix D[6][6];
5D[1,4]=1; D[2,5]=1;  D[3,6]=1;
6def r = nc_algebra(1,D); setring r;
7ncdetection();
8kill r, R;
9//----------------------------------------
10ring R=0,(x,S),dp;
11def r = nc_algebra(1,-S); setring r;
12ncdetection();
13kill r, R;
14//----------------------------------------
15ring R=0,(x,D(1),S),dp;
16matrix D[3][3];
17D[1,2]=1;  D[1,3]=-S;
18def r = nc_algebra(1,D); setring r;
19ncdetection();
20tst_status(1);$
Note: See TracBrowser for help on using the repository browser.