source: git/Tst/Manual/jordanbasis.tst @ cbf01b

fieker-DuValspielwiese
Last change on this file since cbf01b 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: 198 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "linalg.lib";
3ring R=0,x,dp;
4matrix M[3][3]=3,2,1,0,2,1,0,0,3;
5print(M);
6list l=jordanbasis(M);
7print(l[1]);
8print(l[2]);
9print(inverse(l[1])*M*l[1]);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.