Changeset 85e6342 in git for Tst/Old/weight2.tst


Ignore:
Timestamp:
Dec 20, 2000, 2:22:06 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6be1826bf6f3fa5861fd680c5b4ccdee90a5f7b2
Parents:
c22d845dacb42bdd0a798a7eb2606d8e9f6f6095
Message:
* slightly changed tests


git-svn-id: file:///usr/local/Singular/svn/trunk@4962 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Old/weight2.tst

    rc22d84 r85e6342  
     1option(prot);
    12ring h2=32003,(t,x,y,z),dp;
    23ideal i=
     
    4142ideal i0=x2-z10-z20,xy3-z10-z30,y6-xy3w40;
    4243ideal i=interred(i0^3);
     44i;
    4345intvec e=weight(i);
    4446e;
     
    162164ideal i=ff(i0);
    163165ideal j=std(i);
     166j;
    164167//"//size "+string(size(j))+
    165168//", dim "+string(dim(j))+", mult "+string(mult(j))+
     
    1731763tz+3yz2+2yz4;
    174177ideal j=std(i);
     178j;
    175179//"//size "+string(size(j))+
    176180//", dim "+string(dim(j))+", mult "+string(mult(j))+
     
    184188ideal i=p1,p2,p3;
    185189ideal j=std(i);
     190j;
    186191//"//size "+string(size(j))+
    187192//", dim "+string(dim(j))+", mult "+string(mult(j))+
     
    192197ideal i=x2-z10-z20,xy3-z10-z30,y6-xy3w40;
    193198ideal j=std(i);
     199j;
    194200//"//size "+string(size(j))+
    195201//", dim "+string(dim(j))+", mult "+string(mult(j))+
     
    20521112xy3z2+6x5yz2+24y3z5+20x4yz4+56y3z6+12x4yz5;
    206212ideal j=std(i);
     213j;
    207214//"//size "+string(size(j))+
    208215//", dim "+string(dim(j))+", mult "+string(mult(j))+
     
    2162236zt2y+2x8+6z2y2t+2y5;
    217224ideal j=std(i);
     225j;
    218226//"//size "+string(size(j))+
    219227//", dim "+string(dim(j))+", mult "+string(mult(j))+
     
    227235test(-9);
    228236ideal j=std(i);
     237j;
    229238//"//size "+string(size(j))+
    230239//", dim "+string(dim(j))+", mult "+string(mult(j))+
Note: See TracChangeset for help on using the changeset viewer.