source: git/Tst/Manual/rncItProjOdd.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: 366 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "paraplanecurves.lib";
3ring R = 0,(x,y,z),dp;
4poly f = -x7-10x5y2-10x4y3-3x3y4+8x2y5+7xy6+11y7+3x6+10x5y +30x4y2
5+26x3y3-13x2y4-29xy5-33y6-3x5-20x4y-33x3y2-8x2y3+37xy4+33y5
6+x4+10x3y+13x2y2-15xy3-11y4;
7f = homog(f,z);
8ideal adj = adjointIdeal(f);
9def Rn = mapToRatNormCurve(f,adj);
10setring(Rn);
11RNC;
12rncItProjOdd(RNC);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.