source: git/Tst/Old/map.tst @ 882ae9c

spielwiese
Last change on this file since 882ae9c was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 388 bytes
Line 
1ring r;
2ideal i=y,x;
3map F=r,i;
4map g=F(F);
5g;
6F;
7map h=F;
8h;
9F;
10type F;
11kill F;
12type g;
13type h;
14kill g;
15type h;
16//timer=1;
17map F=r,x+y+z3,y+z+x2z3,z+1+xyz;
18poly f=(x+y+z+xz)^3;
19poly ff=F(f);
20F(ff);
21matrix m=f;
22matrix mm=F(m);
23F(mm);
24ring r1=0,(x,y,a,b,z,c),dp;
25poly f=x+2y+3z+4a+5b+6c+11x2+12xy+13xz+14xa+15xb+16xc+25y2b3;
26ring r2=0,(x,z,y),dp;
27imap(r1,f);
28LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.