source: git/Tst/Manual/actionIsProper.tst @ 36bbdc

spielwiese
Last change on this file since 36bbdc 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: 295 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "ainvar.lib";
3ring rf=0,x(1..7),dp;
4matrix m[7][1];
5m[4,1]=x(1)^3;
6m[5,1]=x(2)^3;
7m[6,1]=x(3)^3;
8m[7,1]=(x(1)*x(2)*x(3))^2;
9actionIsProper(m);
10ring rd=0,x(1..5),dp;
11matrix m[5][1];
12m[3,1]=x(1);
13m[4,1]=x(2);
14m[5,1]=1+x(1)*x(4)^2;
15actionIsProper(m);
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.