source: git/Tst/Manual/lpSickleDim.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc was 95f15e, checked in by Karim Abou Zeid <karim23697@…>, 3 years ago
Fix tests. Remove tests for lpGkDim and lpKDim because they are now just aliases for dim and vdim which are already tested.
  • Property mode set to 100644
File size: 487 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
8teach_lpSickleDim(G); // invokes the procedure with ring parameters
9// the factor algebra is finite, so the degree bound given by the Letterplace
10// ring is not necessary
11teach_lpSickleDim(G,0); // procedure without any degree bound
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.