source: git/Tst/Short/bug_tr768.tst @ 1941b8

spielwiese
Last change on this file since 1941b8 was 1941b8, checked in by Hans Schoenemann <hannes@…>, 8 years ago
fix: tr. #768 by Thomas Markwig
  • Property mode set to 100644
File size: 145 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"alexpoly.lib";
5
6ring rng = 0,(x,y,z),dp;
7poly f=(y4-2x3y2-4x5y+x6-x7)*(y2-x3);
8semigroup(f);
9
10tst_status(1); $;
11
Note: See TracBrowser for help on using the repository browser.