source: git/Tst/Manual/findInvo.tst @ 894057

fieker-DuValspielwiese
Last change on this file since 894057 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: 382 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "involut.lib";
3def a = makeWeyl(1);
4setring a; // this algebra is a first Weyl algebra
5a;
6def X = findInvo();
7setring X; // ring with new variables, corr. to unknown coefficients
8X;
9L;
10// look at the matrix in the new variables, defining the linear involution
11print(L[1][2]);
12L[1][1];  // where new variables obey these relations
13idJ;
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.