source: git/Tst/Old/weight.tst @ d26bff

fieker-DuValspielwiese
Last change on this file since d26bff 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: 787 bytes
Line 
1ring h1=32003,(t,x,y,z),dp;
2ideal i=
39x8+y7t3z4+5x4y2t2+2xy2z3t2,
49y8+7xy6t+2x5y4t2+2x2yz3t2,
59z8+3x2y3z2t4;
6intvec E=weight(i);
7E;
8ring r1 = 32003,(a,b,c,d,e,f),dp;
9ideal i0 =
10a+b+c+d+e+f,
11ab+bc+cd+de+ef+fa,
12abc+bcd+cde+d*ef+efa+fab,
13abcd+bcde+cdef+defa+efab+fabc,
14abcde+bcdef+cdefa+defab+efabc+fabcd,
15abcdef+1;
16ring rm=32003,(g,h,l,m,n,o),dp;
17map f=r1,g,h,l3,m+n2,n,o2;
18ideal i=interred(f(i0));
19test(22);
20intvec e=weight(i);
21e;
22test(-22);
23ring sp= 32003,(t,x,y,z),dp;
24ideal i=t18x2-t19z-t18z2,t26xy-t27z-t25z3,t38y2-t37xy;
25intvec e=weight(i);
26e;
27test(22);
28test(9);
29ring al1=32003,(x,t,y,z),ds;
30option(weightM);
31ideal i=
329x8+y7t3z4+5x4y2t2+2xy2z3t2,
339y8+7xy6t+2x5y4t2+2x2yz3t2,
349z8+3x2y3z2t4;
35ideal k=interred(i^2);
36degBound=1;
37ideal j=std(k);
38kill al1;
39LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.