source: git/Tst/Manual/lift_rel_kb.tst @ a1ef3a2

fieker-DuValspielwiese
Last change on this file since a1ef3a2 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: 340 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "deform.lib";
3ring r=0,(A,B,x,y),dp;
4module M      = [x2,xy],[xy,y3],[y2],[0,x];
5module kbaseM = [1],[x],[xy],[y],[0,1],[0,y],[0,y2];
6poly f=xy;
7module N = [AB,BBy],[A3xy+x4,AB*(1+y2)];
8matrix A = lift_rel_kb(N,M,kbaseM,f);
9print(A);
10"TEST:";
11print(matrix(kbaseM)*A-matrix(reduce(N,std(M))));
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.