source: git/Tst/Manual/collectDiv.tst

spielwiese
Last change on this file 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: 297 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "reszeta.lib";
3ring R=0,(x,y,z),dp;
4ideal I=xyz+x4+y4+z4;
5//we really need to blow up curves even if the generic point of
6//the curve the total transform is n.c.
7//this occurs here in r[2][5]
8list re=resolve(I);
9list di=collectDiv(re);
10di[1];
11di[2];
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.