source: git/Tst/Short/bug_574.tst @ 56230b

spielwiese
Last change on this file since 56230b was 56230b, checked in by Hans Schoenemann <hannes@…>, 10 years ago
add types to test bug_574
  • Property mode set to 100644
File size: 261 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"primdecint.lib";
5ring rng = integer,(xk,xe),dp;
6
7ideal I = 9*xk^3+8*xk+5,
82*xk*xe^2-8*xk^2-11*xe,
9xk^2*xe+9;
10
11module MMM=module(I);
12
13list pdec = primdecZM(MMM);// how to check for correctness of pdec??
14pdec;
15
16
17tst_status(1); $;
18
Note: See TracBrowser for help on using the repository browser.