source: git/Tst/Manual/intmat_declarations.tst @ 0d6b7fc

fieker-DuValspielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc 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: 166 bytes
Line 
1LIB "tst.lib"; tst_init();
2  intmat im[3][5]=1,3,5,7,8,9,10,11,12,13;
3  im;
4  im[3,2];
5  intmat m[2][3] = im[1..2,3..5];  // defines a submatrix
6  m;
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.