source: git/Tst/Manual/lpHilbert.tst @ 4b79c7b

spielwiese
Last change on this file since 4b79c7b was 4b79c7b, checked in by Hans Schoenemann <hannes@…>, 5 years ago
tests: silence "extend .... warning for dyn. modules
  • Property mode set to 100644
File size: 329 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "fpadim.lib";
3ring r = 0,(x,y),dp;
4def R = freeAlgebra(r,5); // constructs a Letterplace ring
5setring R; // sets basering to Letterplace ring
6ideal G = x*x, y*y,x*y*x; // ideal G contains a
7//Groebner basis
8lpHilbert(G,5,2); // invokes procedure with degree bound 5 and 2 variables
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.