source: git/Tst/Manual/secondary_and_irreducibles_no_molien.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 331 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=primary_invariants(A,intvec(1,1,0));
6// In that example, there are no secondary invariants
7// in degree 1 or 2.
8matrix S,IS=secondary_and_irreducibles_no_molien(L[1..2],intvec(1,2),1);
9print(S);
10print(IS);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.