source: git/Tst/Short/bug_30.tst @ a866f1

spielwiese
Last change on this file since a866f1 was 3de58c, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: merge-2-0-2 git-svn-id: file:///usr/local/Singular/svn/trunk@5618 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 230 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(x,y,z,t(1..8)),(c,ws(-1,-1,-1,100,100,100,100,100,100,100,100));
5poly p=
6z*t(7)^2*t(8)^2-1/27*x*z*t(6)*t(7)^2*t(8)-1/27*y*z*t(7)^3*t(8)
7-1/27*z*t(4)*t(7)^2*t(8);
8coef(p,xyz);
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.