source: git/Tst/Manual/isAntiEndo.tst @ 228e0b

fieker-DuValspielwiese
Last change on this file since 228e0b 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: 277 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "involut.lib";
3def A = makeUsl(2); setring A;
4map I = A,-e,-f,-h; //correct antiauto involution
5isAntiEndo(I);
6map J = A,3*e,1/3*f,-h; // antiauto but not involution
7isAntiEndo(J);
8map K = A,f,e,-h; // not antiendo
9isAntiEndo(K);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.