source: git/Tst/Manual/normalP.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 378 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "normal.lib";
3ring r  = 11,(x,y,z),wp(2,1,2);
4ideal i = x*(z3 - xy4 + x2);
5list nor= normalP(i); nor;
6//the result says that both components of i are normal, but i itself
7//has infinite delta
8ring s = 2,(x,y),dp;
9ideal i = y*((x-y^2)^2 - x^3);
10list nor = normalP(i,"withRing"); nor;
11def R2  = nor[1][2]; setring R2;
12norid; normap;
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.