source: git/Tst/Manual/rowred.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 337 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "matrix.lib";
3ring r=(0,a,b),(A,B,C),dp;
4matrix m[6][8]=
50, 0,  b*B, -A,-4C,2A,0, 0,
62C,-4C,-A,B, 0,  B, 3B,AB,
70,a*A,  0, 0, B,  0, 0, 0,
80, 0,  0, 0, 2,  0, 0, 2A,
90, 0,  0, 0, 0,  0, 2b, A,
100, 0,  0, 0, 0,  0, 0, 2a;"";
11print(rowred(m));"";
12list L=rowred(m,1);
13print(L[1]);
14print(L[2]);
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.