source: git/Tst/Manual/texcoef.tst @ cbf01b

fieker-DuValspielwiese
Last change on this file since cbf01b was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 207 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "findifs.lib";
3" EXAMPLE:";
4ring r = (0,dh,dt),(Tx,Tt),dp;
5number n1,n2,n3 = dt/(4*dh^2-dt),(dt+dh)^2, 1/dh;
6n1; texcoef(n1);
7n2; texcoef(n2);
8n3; texcoef(n3);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.