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

spielwiese
Last change on this file since fe969a was e1fb6d, checked in by Hans Schönemann <hannes@…>, 25 years ago
*hannes: coef-bug 9 git-svn-id: file:///usr/local/Singular/svn/trunk@2906 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 181 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(e(1..6),x,y,z),ws(-6,1,-13,-6,-20,-13,-2,-13,-6);
5poly p1=10*e(5)*z^3-3*e(1)*x^2;
6print(coef(p1,e(1)));
7print(coef(p1,e(5)));
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.