source: git/Tst/Manual/lp2ivId.tst @ 238c5b0

spielwiese
Last change on this file since 238c5b0 was 238c5b0, checked in by Hans Schoenemann <hannes@…>, 6 years ago
tests for: changes in ltterplace-ui
  • Property mode set to 100644
File size: 455 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "fpadim.lib";
3ring r = 0,(x,y,z),dp;
4def R = makeLetterplaceRing(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;
8// p,q,w are some polynomials we want to transform into their
9// intvec representation
10ideal G = p,q,w;
11// define the ideal containing p,q and w
12lp2ivId(G); // and return the list of intmats for this ideal
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.