source: git/Tst/Short/bug_tr758.tst @ 3fec5d0

fieker-DuValspielwiese
Last change on this file since 3fec5d0 was 42127b, checked in by Hans Schoenemann <hannes@…>, 8 years ago
fix: tr. #758 (rSum with rat. functions)
  • Property mode set to 100644
File size: 240 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// rsum with rational functions
5
6LIB "ncfactor.lib";
7ring R = (0,q),(x,d),dp;
8def r = nc_algebra(1/q,1);
9setring r;
10ring S = (0,q),(a(1..2),b(1..3)),dp;
11def W = r + S;
12setring W;
13W;
14ringlist(W);
15
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.