source: git/Tst/Manual/rightNF.tst @ a1ef3a2

fieker-DuValspielwiese
Last change on this file since a1ef3a2 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 258 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "nctools.lib";
3LIB "ncalg.lib";
4ring r = 0,(x,d),dp;
5def S = nc_algebra(1,1); setring S; // Weyl algebra
6ideal I = x; I = std(I);
7poly  p = x*d+1;
8NF(p,I); // left normal form
9rightNF(p,I); // right normal form
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.