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

spielwiese
Last change on this file since 4f17aa2 was 76491be, checked in by Karim Abou Zeid <karim23697@…>, 5 years ago
Removed and fixed tests Following tests need new .res.gz.uu: Short/fpadim_s.tst Manual/Example_of_use_of_@sc{Letterplace}.tst Manual/freeGBasis.tst Manual/lpHilbert.tst
  • Property mode set to 100644
File size: 335 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "fpadim.lib";
3ring r = 0,(x,y),dp;
4def R = makeLetterplaceRing(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.