source: git/Tst/Manual/primary_charp_random.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc was 1b81fb5, checked in by Hans Schoenemann <hannes@…>, 9 years ago
removing more exportto - clean Tp level namespace (p3)
  • Property mode set to 100644
File size: 258 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "finvar.lib";
3ring R=3,(x,y,z),dp;
4matrix A[3][3]=0,1,0,-1,0,0,0,0,-1;
5list L=group_reynolds(A);
6string newring="alskdfj";
7molien(L[2..size(L)],newring);
8matrix P=primary_charp_random(L[1],newring,1);
9print(P);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.