source: git/Tst/Manual/minAssZ.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 448 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "primdecint.lib";
3ring R=integer,(a,b,c,d),dp;
4ideal I1=9,a,b;
5ideal I2=3,c;
6ideal I3=11,2a,7b;
7ideal I4=13a2,17b4;
8ideal I5=9c5,6d5;
9ideal I6=17,a15,b15,c15,d15;
10ideal I=intersectZ(I1,I2);
11I=intersectZ(I,I3);
12I=intersectZ(I,I4);
13I=intersectZ(I,I5);
14I=intersectZ(I,I6);
15minAssZ(I);
16ideal J=intersectZ(ideal(17,a),ideal(17,a2,b));
17minAssZ(J);
18ideal K=intersectZ(ideal(9,a+3),ideal(9,b+3));
19minAssZ(K);
20tst_status(1);$
Note: See TracBrowser for help on using the repository browser.