source: git/Tst/Short/bug_tr657.tst @ 4176e6

fieker-DuValspielwiese
Last change on this file since 4176e6 was 4176e6, checked in by Jakob Kröker <kroeker@…>, 10 years ago
added a test for trac ticket 657
  • Property mode set to 100644
File size: 281 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// test for fix of trac bug 657 with error
5// zz_pX InvMod: can't compute multiplicative inverse
6
7ring rng =(7),(a,x,y,z,w),dp;
8
9ideal PS =
10-2*a*y*z^2-2*y*z^2+2*a*z-3*z-1,
11-2*x*w^2-3*a*x+x,
12-a*y^3+y^3+2*a-2,
13a^2+a+3;
14
15char_series(PS);
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.