source: git/Tst/Manual/extdevelop.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: 341 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "hnoether.lib";
3ring exring=0,(x,y),dp;
4list Hne=hnexpansion(x14-3y2x11-y3x10-y2x9+3y4x8+y5x7+3y4x6+x5*(-y6+y5)
5-3y6x3-y7x2+y8);
6displayHNE(Hne);    // HNE of 1st,3rd branch is finite
7print(extdevelop(Hne[1],5)[1]);
8list ehne=extdevelop(Hne[2],5);
9displayHNE(ehne);
10param(Hne[2]);
11param(ehne);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.