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

fieker-DuValspielwiese
Last change on this file since cbf01b 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: 352 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "hnoether.lib";
3ring r=0,(x,y),dp;
4list Hne=hnexpansion((x6-y10)*(x+y2-y3)*(x+y2+y3));
5multsequence(Hne[1]),"  |  ",multsequence(Hne[2]),"  |  ",
6multsequence(Hne[3]),"  |  ",multsequence(Hne[4]);
7multsequence(Hne);
8// The meaning of the entries of the 2nd matrix is as follows:
9displayMultsequence(Hne);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.