source: git/Tst/Short/bug_36.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was d5dbdb, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: bug_36 git-svn-id: file:///usr/local/Singular/svn/trunk@7818 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 151 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4
5ring r=(0,a),x,dp;
6minpoly=a4+16;
7poly f=(1+1/2*x2);
8factorize(f);
9f;
10poly g=(2+x2);
11factorize(g);
12g;
13
14//
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.