source: git/Tst/Old/weight.tst @ 8d7d31

spielwiese
Last change on this file since 8d7d31 was 8d7d31, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: interred/redSB/elim git-svn-id: file:///usr/local/Singular/svn/trunk@11199 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 825 bytes
Line 
1option(prot);
2ring h1=32003,(t,x,y,z),dp;
3ideal i=
49x8+y7t3z4+5x4y2t2+2xy2z3t2,
59y8+7xy6t+2x5y4t2+2x2yz3t2,
69z8+3x2y3z2t4;
7intvec E=weight(i);
8E;
9ring r1 = 32003,(a,b,c,d,e,f),dp;
10ideal i0 =
11a+b+c+d+e+f,
12ab+bc+cd+de+ef+fa,
13abc+bcd+cde+d*ef+efa+fab,
14abcd+bcde+cdef+defa+efab+fabc,
15abcde+bcdef+cdefa+defab+efabc+fabcd,
16abcdef+1;
17ring rm=32003,(g,h,l,m,n,o),dp;
18map f=r1,g,h,l3,m+n2,n,o2;
19option(redSB);
20ideal i=interred(f(i0));
21i;
22test(22);
23intvec e=weight(i);
24e;
25test(-22);
26ring sp= 32003,(t,x,y,z),dp;
27ideal i=t18x2-t19z-t18z2,t26xy-t27z-t25z3,t38y2-t37xy;
28intvec e=weight(i);
29e;
30test(22);
31test(9);
32ring al1=32003,(x,t,y,z),ds;
33option(weightM);
34ideal i=
359x8+y7t3z4+5x4y2t2+2xy2z3t2,
369y8+7xy6t+2x5y4t2+2x2yz3t2,
379z8+3x2y3z2t4;
38ideal k=interred(i^2);
39k;
40degBound=1;
41ideal j=std(k);
42j;
43kill al1;
44LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.