source: git/Tst/Long/ncfactor_tsai_l.tst @ 09f10e

spielwiese
Last change on this file since 09f10e 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: 272 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(x,d),dp;
7def r = nc_algebra(1,1);
8setring(r);
9poly L = (x^6+2*x^4-3*x^2)*d^2-(4*x^5-4*x^4-12*x^2-12*x)*d + (6*x^4-12*x^3-6*x^2-24*x-12);
10facFirstWeyl(L);
11
12tst_status();
13tst_status(1); $
Note: See TracBrowser for help on using the repository browser.