source: git/Tst/Manual/molien.tst @ d6bf5a

fieker-DuValspielwiese
Last change on this file since d6bf5a was d6bf5a, checked in by Hans Schoenemann <hannes@…>, 4 years ago
remove back-ticks from finvar.lib
  • Property mode set to 100644
File size: 391 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "finvar.lib";
3"         note the case of prime characteristic";
4ring R=0,(x,y,z),dp;
5matrix A[3][3]=0,1,0,-1,0,0,0,0,-1;
6list L=group_reynolds(A);
7matrix M=molien(L[2..size(L)]);
8print(M);
9ring S=3,(x,y,z),dp;
10matrix A[3][3]=0,1,0,-1,0,0,0,0,-1;
11list L=group_reynolds(A);
12molien(L[2..size(L)],"");
13setring Finvar::newring;
14print(M);
15setring S;
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.