source: git/Tst/Manual/normalI.tst @ 7161aca

fieker-DuValspielwiese
Last change on this file since 7161aca 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: 195 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "reesclos.lib";
3ring R=0,(x,y),dp;
4ideal I = x2,xy4,y5;
5list J = normalI(I);
6I;
7J;                             // J[1] is the integral closure of I
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.