LIB "tst.lib"; tst_init(); tst_ignore("CVS ID $Id$"); LIB "ncfactor.lib"; ring R = 0,(x,d),dp; def r = nc_algebra(1,1); setring(r); poly L = 10x5d4+26x4d5+47x5d2-97x4d3; list lsng = facWeyl(L); lsng; testNCfac(lsng, L); tst_status(); tst_status(1); $