source: git/Tst/Short/ncmodslimgb_test2.tst @ fdda546

spielwiese
Last change on this file since fdda546 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: 204 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncModslimgb.lib";
4  ring r = 0,(x,y,z),Dp;
5  poly F = x^3+y^3+z^3;
6  def A  = Sannfs(F);
7  setring A;
8  ideal I=LD,imap(r,F) ;
9  ideal J=ncmodslimgb(I,2);
10
11tst_status(1);$
12
Note: See TracBrowser for help on using the repository browser.