source: git/Tst/Manual/difpoly2tex.tst @ 228e0b

spielwiese
Last change on this file since 228e0b 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: 244 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "findifs.lib";
3ring r = (0,dh,dt,V),(Tx,Tt),dp;
4poly M = (4*dh*Tx+dt)^2*(Tt-1) + V*Tt*Tx;
5ideal I = decoef(M,dt);
6list L; L[1] = V;
7difpoly2tex(I,L);
8poly G = V*dh^2*(Tt-Tx)^2;
9difpoly2tex(I,L,G);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.