source: git/Tst/Manual/Parameters.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: 357 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring Rt = (0,t),(x,y),lp;
3  Rt;
4  poly f = x5+y11+xy9+x3y9;
5  ideal i = jacob(f);
6  ideal j = i,i[1]*i[2]+t*x5y8;  // deformed ideal, parameter t
7  vdim(std(j));
8  ring R=0,(x,y),lp;
9  ideal i=imap(Rt,i);
10  int a=random(1,30000);
11  ideal j=i,i[1]*i[2]+a*x5y8;  // deformed ideal, fixed integer a
12  vdim(std(j));
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.