source: git/Tst/Manual/flatteningStrat.tst @ 42ea848

spielwiese
Last change on this file since 42ea848 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: 199 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "homolog.lib";
3ring A = 0,x(0..4),dp;
4// presentation matrix:
5matrix M[2][4] = x(0),x(1),x(2),x(3),x(1),x(2),x(3),x(4);
6list L = flatteningStrat(M);
7L;
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.