source: git/Tst/Manual/integralBasis.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: 334 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "integralbasis.lib";
3printlevel = printlevel+1;
4ring s = 0,(x,y),dp;
5poly f = y5-y4x+4y2x2-x4;
6list l = integralBasis(f, 2);
7l;
8// The integral basis of the integral closure of Q[x] in Q(x,y) consists
9// of the elements of l[1] divided by the polynomial l[2].
10printlevel = printlevel-1;
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.