source: git/Tst/Manual/qminor.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: 244 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "qmatrix.lib";
3def r = quantMat(3); // let r be a quantum matrix of order 3
4setring r;
5intvec u = 1,2;
6intvec v = 2,3;
7intvec w = 1,2,3;
8qminor(w,w,3);
9qminor(u,v,3);
10qminor(v,u,3);
11qminor(u,u,3);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.