source: git/Tst/Manual/charexp2inter.tst @ 894057

spielwiese
Last change on this file since 894057 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: 338 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "alexpoly.lib";
3ring r=0,(x,y),ds;
4list INV=invariants((x2-y3)*(x3-y2)*((x2-y3)^2-4x5y-x7));
5intmat contact=INV[4][1];
6list charexp=INV[1][1],INV[2][1],INV[3][1];
7// The intersection matrix is INV[4][2].
8print(INV[4][2]);
9// And it is calulated as ...
10print(charexp2inter(contact,charexp));
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.