source: git/Tst/Manual/isSublattice.tst @ 228e0b

fieker-DuValspielwiese
Last change on this file since 228e0b 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: 259 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "multigrading.lib";
3//ring R = 0,(x,y),dp;
4intmat S2[3][3]=
50, 2, 3,
60, 1, 1,
73, 0, 2;
8intmat S1[3][2]=
90, 6,
100, 2,
113, 4;
12isSublattice(S1,S2); // Yes!
13intmat S3[3][1] =
140,
150,
161;
17not(isSublattice(S3,S2)); // Yes!
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.