source: git/Tst/Short/bug_32.tst @ fe969a

spielwiese
Last change on this file since fe969a was 9ad09d, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: new solve.lib git-svn-id: file:///usr/local/Singular/svn/trunk@7984 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 145 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"solve.lib";
5ring r=0,(x,y,z),lp;
6ideal i=x^2-2,z-1,y;
7def A=fglm_solve(i);
8setring A;
9rlist;
10
11//
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.