source: git/Tst/Short/bug_tr485.tst @ a866f1

spielwiese
Last change on this file since a866f1 was d0792a, checked in by Martin Lee <martinlee84@…>, 11 years ago
added missing bug_tr485 test (see 4c0f1bb48b8)
  • Property mode set to 100644
File size: 293 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4//  pNorm in Q(alpha)
5ring r3mds =(0,a),(x),ds;
6minpoly =  a^20-a^19-8*a^18-15*a^17+42*a^16+132*a^15-222*a^14-270*a^13+1047*a^12   +956*a^11-2420*a^10-2656*a^9+2982*a^8+2049*a^7+3012*a^6+2721*a^5+747*a^4-294*a^3
7+496*a^2-88*a+16;
8factorize(x2+3);
9
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.