Changeset 7496bd in git
- Timestamp:
- May 29, 2009, 6:24:03 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 342afc797694d1826b3a335435a298d46400c5a9
- Parents:
- 8045911167266eea19ae354f55400ba21c86b634
- Location:
- Tst
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Long/res_l.tst
r804591 r7496bd 2 2 tst_init(); 3 3 //option(prot); 4 //test(28);5 4 "========= Alex4"; 6 5 ring h4=32003,(t,x,y,z,w),(dp,c); -
Tst/Long/sres_l.tst
r804591 r7496bd 2 2 tst_init(); 3 3 //option(prot); 4 //test(28);5 4 "========= Alex4"; 6 5 ring h4=32003,(t,x,y,z,w),(dp,c); -
Tst/Old/std1.tst
r804591 r7496bd 39 39 j1; 40 40 //maxdeg(3); 41 //test(24);42 41 vdim(j1); 43 42 "---------------------------------"; 44 43 i1; 45 44 //maxdeg(2); 46 //test(24);47 45 ideal j2=std(i1); 48 46 j2; … … 54 52 m; 55 53 //maxdeg(3); 56 //test(24);57 54 module m1=std(m); 58 55 m1; -
Tst/Old/weight.tst
r804591 r7496bd 20 20 ideal i=interred(f(i0)); 21 21 i; 22 test(22);22 option(staircaseBound); 23 23 intvec e=weight(i); 24 24 e; 25 test(-22);25 option(nostaircaseBound); 26 26 ring sp= 32003,(t,x,y,z),dp; 27 27 ideal i=t18x2-t19z-t18z2,t26xy-t27z-t25z3,t38y2-t37xy; 28 28 intvec e=weight(i); 29 29 e; 30 test(22); 31 test(9); 30 option(staircaseBound,redSB); 32 31 ring al1=32003,(x,t,y,z),ds; 33 32 option(weightM); -
Tst/Old/weight2.tst
r804591 r7496bd 122 122 kill p1,ew; 123 123 124 test(9);125 124 option(weightM); 126 125 ring vc= 32003,(x,y,z,t),ds; … … 235 234 poly f =xyz*(x+y+z)^2 +(x+y+z)^3 +x^a+y^a+z^a; 236 235 ideal i= jacob(f); 237 test(-9);238 236 ideal j=std(i); 239 237 j; -
Tst/Short/res_s.tst
r804591 r7496bd 8 8 //ideal iii=x3+yzw,y3+zwt,z3+wtx,w2+txy,t2+xy; 9 9 //ideal tt=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2; 10 //test(17);11 10 //ideal T=std(tt); 12 11 //timer = 1;
Note: See TracChangeset
for help on using the changeset viewer.