source: git/Tst/Manual/lp2iv.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: 361 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "fpadim.lib";
3ring r = 0,(x,y,z),dp;
4def R = freeAlgebra(r,5); // constructs a Letterplace ring
5setring R; // sets basering to Letterplace ring
6poly p = x*x*z; poly q = y*y*x*x;
7poly w= z*y*x*z*z;
8// p,q,w are some polynomials we want to transform into their
9// intvec representation
10lp2iv(p); lp2iv(q); lp2iv(w);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.