source: git/Tst/Short/ncmodslimgb_test1.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was 589bef, checked in by Sharwan Tiwari <shrawant@…>, 6 years ago
modular techniques to compute noncommutative Groebner bases
  • Property mode set to 100644
File size: 193 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncModslimgb.lib";
4  def r = reiffen(4,5);
5  setring r;
6  def A = Sannfs(RC);
7  setring A;
8  ideal bs = LD, imap(r,RC);
9  ideal I=ncmodslimgb(bs);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.