source: git/Tst/Manual/primary_charp_random.tst @ 9051ae

fieker-DuValspielwiese
Last change on this file since 9051ae 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: 274 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);
9kill `newring`;
10print(P);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.