source: git/Tst/Manual/cornerMonomials.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: 300 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "pointid.lib";
3ring R = 0,x(1..3),rp;
4poly n1 = 1;
5poly n2 = x(1);
6poly n3 = x(2);
7poly n4 = x(1)^2;
8poly n5 = x(3);
9poly n6 = x(1)^3;
10poly n7 = x(2)*x(3);
11poly n8 = x(3)^2;
12poly n9 = x(1)*x(2);
13ideal N = n1,n2,n3,n4,n5,n6,n7,n8,n9;
14cornerMonomials(N);
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.