source: git/Tst/Manual/spoly.tst @ 9abf8f

fieker-DuValspielwiese
Last change on this file since 9abf8f was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 290 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "teachstd.lib";
3ring r=0,(x,y,z),ls;
4spoly(2x2+x2y,3y3+xyz);
5ring s=0,(x,y,z),(c,dp);
6spoly(2x2+x2y,3y3+xyz);
7spoly(2x2+x2y,3y3+xyz,1);             //symmetric s-poly without division
8spoly([5x2+x2y,z5],[x2,y3,y4]);       //s-poly for vectors
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.