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

fieker-DuValspielwiese 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
RevLine 
[894057]1LIB "tst.lib"; tst_init();
2LIB "fpadim.lib";
3ring r = 0,(x,y),dp;
[4b79c7b]4def R = freeAlgebra(r,5); // constructs a Letterplace ring
[894057]5setring R; // sets basering to Letterplace ring
[238c5b0]6ideal G = x*x, y*y,x*y*x; // ideal G contains a
[894057]7//Groebner basis
[95f15e]8teach_lpSickleDim(G); // invokes the procedure with ring parameters
[894057]9// the factor algebra is finite, so the degree bound given by the Letterplace
10// ring is not necessary
[95f15e]11teach_lpSickleDim(G,0); // procedure without any degree bound
[894057]12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.