source: git/Tst/Manual/liftstd.tst @ 894057

spielwiese
Last change on this file since 894057 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: 235 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring R=0,(x,y,z),dp;
3  poly f=x3+y7+z2+xyz;
4  ideal i=jacob(f);
5  matrix T;
6  ideal sm=liftstd(i,T);
7  sm;
8  print(T);
9  matrix(sm)-matrix(i)*T;
10  module s;
11  sm=liftstd(i,T,s);
12  print(s);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.