Changeset 7496bd in git


Ignore:
Timestamp:
May 29, 2009, 6:24:03 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
342afc797694d1826b3a335435a298d46400c5a9
Parents:
8045911167266eea19ae354f55400ba21c86b634
Message:
*hannes: test bit


git-svn-id: file:///usr/local/Singular/svn/trunk@11861 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Tst
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Tst/Long/res_l.tst

    r804591 r7496bd  
    22tst_init();
    33//option(prot);
    4 //test(28);
    54"========= Alex4";
    65ring h4=32003,(t,x,y,z,w),(dp,c);
  • Tst/Long/sres_l.tst

    r804591 r7496bd  
    22tst_init();
    33//option(prot);
    4 //test(28);
    54"========= Alex4";
    65ring h4=32003,(t,x,y,z,w),(dp,c);
  • Tst/Old/std1.tst

    r804591 r7496bd  
    3939j1;
    4040//maxdeg(3);
    41 //test(24);
    4241vdim(j1);
    4342"---------------------------------";
    4443i1;
    4544//maxdeg(2);
    46 //test(24);
    4745ideal j2=std(i1);
    4846j2;
     
    5452m;
    5553//maxdeg(3);
    56 //test(24);
    5754module m1=std(m);
    5855m1;
  • Tst/Old/weight.tst

    r804591 r7496bd  
    2020ideal i=interred(f(i0));
    2121i;
    22 test(22);
     22option(staircaseBound);
    2323intvec e=weight(i);
    2424e;
    25 test(-22);
     25option(nostaircaseBound);
    2626ring sp= 32003,(t,x,y,z),dp;
    2727ideal i=t18x2-t19z-t18z2,t26xy-t27z-t25z3,t38y2-t37xy;
    2828intvec e=weight(i);
    2929e;
    30 test(22);
    31 test(9);
     30option(staircaseBound,redSB);
    3231ring al1=32003,(x,t,y,z),ds;
    3332option(weightM);
  • Tst/Old/weight2.tst

    r804591 r7496bd  
    122122kill p1,ew;
    123123
    124 test(9);
    125124option(weightM);
    126125ring vc= 32003,(x,y,z,t),ds;
     
    235234poly f =xyz*(x+y+z)^2 +(x+y+z)^3 +x^a+y^a+z^a;
    236235ideal i= jacob(f);
    237 test(-9);
    238236ideal j=std(i);
    239237j;
  • Tst/Short/res_s.tst

    r804591 r7496bd  
    88//ideal iii=x3+yzw,y3+zwt,z3+wtx,w2+txy,t2+xy;
    99//ideal tt=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
    10 //test(17);
    1110//ideal T=std(tt);
    1211//timer = 1;
Note: See TracChangeset for help on using the changeset viewer.