source: git/Tst/Short/bug_tr739.tst @ bcbd967

fieker-DuValspielwiese
Last change on this file since bcbd967 was 4d031c, checked in by Hans Schoenemann <hannes@…>, 9 years ago
test for tr. #739
  • Property mode set to 100644
File size: 143 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring rng = 2,(x,y,z),dp;
5ideal I = x*z^2+y^2+y, x*y+y^2*z^2;
6matrix cs=char_series(I);
7print(cs);
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.