source: git/Tst/Manual/printGroup.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: 199 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "multigrading.lib";
3intmat S[3][3] =
41, 0, 0,
50, 1, 0,
60, 0, 1;
7intmat L[3][2] =
81, 1,
91, 3,
101, 5;
11def G = createGroup(S, L); // (S+L)/L
12printGroup(G);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.