source: git/Tst/Manual/fitting.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: 206 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "homolog.lib";
3ring R=0,x(0..4),dp;
4matrix M[2][4]=x(0),x(1),x(2),x(3),x(1),x(2),x(3),x(4);
5print(M);
6fitting(M,-1);
7fitting(M,0);
8fitting(M,1);
9fitting(M,2);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.