source: git/Tst/Manual/ReesAlgebra.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: 318 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "reesclos.lib";
3ring R = 0,(x,y),dp;
4ideal I = x2,xy4,y5;
5list L = ReesAlgebra(I);
6def Rees = L[1];       // defines the ring Rees, containing the ideal ker
7setring Rees;          // passes to the ring Rees
8Rees;
9ker;                   // R[It] is isomorphic to Rees/ker
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.