source: git/Tst/Manual/simplify.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 293 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring r=0,(x,y,z),(c,dp);
3ideal i=0,2x,2x,4x,3x+y,5x2;
4simplify(i,1);
5simplify(i,2);
6simplify(i,4);
7simplify(i,8);
8simplify(i,16);
9simplify(i,32);
10simplify(i,32+2+1);
11matrix A[2][3]=x,0,2x,y,0,2y;
12simplify(A,2+8); // by automatic conversion to module
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.