source: git/Tst/Manual/qrds.tst @ 76ce4e6

fieker-DuValspielwiese
Last change on this file since 76ce4e6 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: 199 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r=(complex,50),(dummy),dp;
3  matrix A[3][3]=-10,37,-5,-14,51,-10,-29,99,-18;
4  bigint b = bigint(10)^100; number t = 1/b;
5  list L=qrds(A,t,t,t); L;
6tst_status(1);$
Note: See TracBrowser for help on using the repository browser.