source: git/Tst/Manual/rm_unitcol.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 294 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "matrix.lib";
3ring r=0,(A,B,C),dp;
4matrix m[6][8]=
50,  0,    A,   0, 1,0,  0,0,
60,  0,  -C2,   0, 0,0,  1,0,
70,  0,    0,1/2B, 0,0,  0,1,
80,  0,    B,  -A, 0,2A, 0,0,
92C,-4C,  -A,   B, 0,B,  0,0,
100,  A,    0,   0, 0,0,  0,0;
11print(rm_unitcol(m));
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.