source: git/Tst/Manual/paraPlaneCurve.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 361 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "paraplanecurves.lib";
3ring R = 0,(x,y,z),dp;
4poly f1 = 1/2*x^5+x^2*y*z^2+x^3*y*z+1/2*x*y^2*z^2-2*x*y^3*z+y^5;
5def Rp1 = paraPlaneCurve(f1);
6setring Rp1;
7PARA;
8setring R;
9poly f2 = x6+3x4y2+3x2y4+y6-4x4z2-34x3yz2-7x2y2z2+12xy3z2+6y4z2;
10f2 = f2+36x2z4+36xyz4+9y2z4;
11def Rp2 = paraPlaneCurve(f2);
12setring Rp2;
13PARA;
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.