source: git/Tst/Manual/LinearizeAction.tst @ 76ce4e6

fieker-DuValspielwiese
Last change on this file since 76ce4e6 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: 487 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "rinvar.lib";
3ring B   = 0,(s(1..5), t(1..3)),dp;
4ideal G =  s(3)-s(4), s(2)-s(5), s(4)*s(5), s(1)^2*s(4)+s(1)^2*s(5)-1, s(1)^2*s(5)^2-s(5), s(4)^4-s(5)^4+s(1)^2, s(1)^4+s(4)^3-s(5)^3, s(5)^5-s(1)^2*s(5);
5ideal action = -s(4)*t(1)+s(5)*t(1), -s(4)^2*t(2)+2*s(4)^2*t(3)^2+s(5)^2*t(2), s(4)*t(3)+s(5)*t(3);
6LinearActionQ(action, 5);
7def R = LinearizeAction(G, action, 5);
8setring R;
9R;
10actionid;
11embedid;
12groupid;
13LinearActionQ(actionid, 5);
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.