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

fieker-DuValspielwiese
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: 226 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "matrix.lib";
3ring r = (3,w), (a,b,c,d),dp;
4minpoly = w2-w-1;
5module M = [a2,b2],[wab,w2c2+2b2],[(w-2)*a2+wab,wb2+w2c2];
6module REL = linear_relations(M);
7pmat(REL);
8pmat(M*REL);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.