source: git/Tst/Manual/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: 203 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "finvar.lib";
3ring R=0,(x,y,z),dp;
4matrix F[1][7]=x2+y2,z2,x4+y4,1,x2z-1y2z,xyz,x3y-1xy3;
5string newring="E";
6orbit_variety(F,newring);
7print(G);
8basering;
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.