source: git/Tst/Manual/lpKDimCheck.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: 437 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; // Groebner basis
7ideal I = x*x, y*x*y, x*y*x; // Groebner basis
8lpKDimCheck(G); // invokes procedure, factor algebra is of finite K-dimension
9lpKDimCheck(I); // invokes procedure, factor algebra is of infinite Kdimension
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.