source: git/Tst/Old/coeff.tst @ 85d15b1

spielwiese
Last change on this file since 85d15b1 was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 392 bytes
Line 
1//
2// test script for coef command
3//
4ring r1 = 32003,(x,y,z),(c,dp);
5r1;
6"-------------------------------";
7poly s1=5x2y7+12z6-3y6z5;
8s1;
9coef(s1,y);
10"-----------------------------";
11coef(s1,xy);
12"------------------------------";
13coef(s1,xyz);
14"------------------------------";
15poly s2=3;
16coef(s2,x);
17"--------------------------------";
18listvar(all);
19kill r1;
20LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.