source: git/Tst/Short/bug_3.tst @ 09cb443

spielwiese
Last change on this file since 09cb443 was 3a9d89, checked in by Hans Schönemann <hannes@…>, 25 years ago
bug_3: content/factorize git-svn-id: file:///usr/local/Singular/svn/trunk@2551 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 178 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring R=0,x,dp;
5poly f=4x2;
6factorize(f);f;
7factorize(f,0);f;
8factorize(f,1);f;
9factorize(f,2);f;
10factorize(f,3);f;
11factorize(f,4);f;
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.