source: git/Tst/Manual/partial_molien.tst @ 0acf3e

fieker-DuValspielwiese
Last change on this file since 0acf3e 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: 240 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "finvar.lib";
3ring R=0,(x,y,z),dp;
4matrix A[3][3]=0,1,0,-1,0,0,0,0,-1;
5matrix REY,M=reynolds_molien(A);
6poly p(1..2);
7p(1..2)=partial_molien(M,5);
8p(1);
9p(1..2)=partial_molien(M,5,p(2));
10p(1);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.