source: git/Tst/Old/qhw.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: 493 bytes
Line 
1int a=11;
2int b=12;
3int c=13;
4ring r;
5ideal i1=x3+xyz+z3,y4+y2z2+z4,x5+x2y2z+y5;
6ideal i2=x3+xyz;
7ideal i3=x3+xyz+z3,y4+y2z2+z4,x5+x2y2z+y5,x6+x4y2+y2x2z2+z4x2+z6+y4z2+y6;
8ideal i4=x3+xyz+z3,y4+y2z2+z4,x5+x2y2z+y5,x6+x4y2+y2x2z2+z4x2+z6+y4z3+y6;
9ideal j=x^a,y^b,z^c;
10map f=r,j;
11ideal ii1=f(i1);
12ideal ii2=f(i2);
13ideal ii3=f(i3);
14ideal ii4=f(i4);
15intvec I1=qhweight(ii1);
16intvec I2=qhweight(ii2);
17intvec I3=qhweight(ii3);
18intvec I4=qhweight(ii4);
19intvec IW=weight(ii1);
20I1;I2;I3;I4;
21" ";
22IW;
23$
Note: See TracBrowser for help on using the repository browser.