source: git/Tst/Manual/is_NND.tst @ ef52d6

fieker-DuValspielwiese
Last change on this file since ef52d6 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: 309 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "hnoether.lib";
3ring r=0,(x,y),ls;
4poly f=x5+y3;
5is_NND(f);
6poly g=(x-y)^5+3xy5+y6-y7;
7is_NND(g);
8// if already computed, one should give the Minor number and Newton polygon
9// as second and third input:
10int mu=milnor(g);
11list NP=newtonpoly(g);
12is_NND(g,mu,NP);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.