source: git/Tst/Manual/relative_orbit_variety.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: 256 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "finvar.lib";
3ring R=0,(x,y,z),dp;
4matrix F[1][3]=x+y+z,xy+xz+yz,xyz;
5ideal I=x2+y2+z2-1,x2y+y2z+z2x-2x-2y-2z,xy2+yz2+zx2-2x-2y-2z;
6string newring="E";
7relative_orbit_variety(I,F,newring);
8print(G);
9basering;
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.