source: git/Tst/Short/ncfactor_inhomog_s.tst @ a04a05

fieker-DuValspielwiese
Last change on this file since a04a05 was 640e4c, checked in by Burcin Erocal <burcin@…>, 13 years ago
Add new version of ncfactor.lib received from the authors on 29.03.2011. git-svn-id: file:///usr/local/Singular/svn/trunk@14123 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 255 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(x,y),dp;
7def r = nc_algebra(1,1);
8setring(r);
9poly h = (x^3+x+1)*(x^4+y*x+2);
10facFirstWeyl(h);
11tst_status();
12poly h2 = (x^2*y+y)*(y+x*y);
13tst_status();
14tst_status(1); $
Note: See TracBrowser for help on using the repository browser.