source: git/Tst/Old/map.tst @ b35b93

spielwiese
Last change on this file since b35b93 was b35b93, checked in by Olaf Bachmann <obachman@…>, 26 years ago
This commit was generated by cvs2svn to compensate for changes in r1396, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@1397 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 360 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);
28$
Note: See TracBrowser for help on using the repository browser.