source: git/Tst/Manual/linear_relations.tst

spielwiese
Last change on this file was 8a2e90, checked in by Hans Schoenemann <hannes@…>, 6 years ago
fix: module * module is undefined
  • Property mode set to 100644
File size: 234 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(matrix(M)*REL);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.