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

spielwiese
Last change on this file since e1cda9 was 3a9d89, checked in by Hans Schönemann <hannes@…>, 26 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: 151 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring R = (0,A), (h1(0..7),h0(0..5)), lp;
54*h0(3) - 1;
6ring r=(0,a),x,dp;
7x-1;
8x-2;
9x+a;
10x-a;
11x2-x;
12x2-ax;
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.