source: git/Tst/Short/factorizep_s.tst @ 6dce0a

fieker-DuValspielwiese
Last change on this file since 6dce0a was 09cb443, checked in by Martin Lee <martinlee84@…>, 13 years ago
added short test for factorization git-svn-id: file:///usr/local/Singular/svn/trunk@14096 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100755
File size: 206 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r= 31991,(z,w),dp;
5poly f= 10582*w^3*z^4+21325*z^4+29620*w^4*z^3+23697*w*z^3+12439*w^6*z^2+3572*w^3*z^2+5463*z^2+16590*w*z+24885*w^3+31963;
6
7factorize (f);
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.