source: git/Tst/Manual/cornerMonomials.tst

spielwiese
Last change on this file was d4a6939, checked in by Hans Schoenemann <hannes@…>, 5 months ago
prepare for Singular 4.4.0
  • Property mode set to 100644
File size: 300 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "pointid.lib";
3ring R = 0,x(1..3),ip;
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.