source: git/Tst/Manual/lpId2ivLi.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: 275 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 L = x*x,y*y,x*y*x;
7lpId2ivLi(L); // returns the corresponding intvecs as a list
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.