source: git/Tst/Manual/decoef.tst @ c2f6bd

spielwiese
Last change on this file since c2f6bd 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: 186 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "findifs.lib";
3" EXAMPLE:";
4ring r = (0,dh,dt),(Tx,Tt),dp;
5poly P = (4*dh^2-dt)*Tx^3*Tt + dt*dh*Tt^2 + dh*Tt;
6decoef(P,dt);
7decoef(P,dh);
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.