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

spielwiese
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: 274 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "linalg.lib";
3ring r = 0,(x),dp;
4matrix A[5][5] = 20,  4,  0, -9,   8,
54, 12, -6, -4,   9,
60, -6, -2, -9,  -8,
7-9, -4, -9, -20, 10,
88,  9, -8,  10, 10;
9pos_def(A);
10matrix B[3][3] =  3,  2,  0,
112, 12,  4,
120,  4,  2;
13pos_def(B);
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.