Changeset 3d8cd8 in git


Ignore:
Timestamp:
Apr 29, 2014, 11:11:07 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d912aaf570681576b185f43bbdd515b2c46a956d
Parents:
8d4ef721912fced750cbd26d389319aedaf0f54c
git-author:
Martin Lee <martinlee84@web.de>2014-04-29 11:11:07+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-04-29 12:32:49+02:00
Message:
add: test for charseries mod p
Location:
Tst
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short.lst

    r8d4ef7 r3d8cd8  
    129129Short/bug_x_i_j.tst
    130130Short/charseries.tst
     131Short/charseries_p.tst
    131132Short/classify_s.tst
    132133Short/cyc5_lp.tst
  • Tst/Short/charseries_p.tst

    r8d4ef7 r3d8cd8  
    2626kill r;
    2727
    28 // still hangs because of CharSet when transforming back
    29 //ring r=2,(t,a,b,c,y),dp;
    30 //ideal i=a2+tb,c2+c+b,b4+b2+t;
    31 //poly f=(y2+a)^8*(y2+b3+c+b)*(y+c+t)*(y2+tb+t2);
    32 //ideal I=i,f;
    33 //char_series (I);
     28ring r=2,(t,a,b,c,y),dp;
     29ideal i=a2+tb,c2+c+b,b4+b2+t;
     30poly f=(y2+a)^8*(y2+b3+c+b)*(y+c+t)*(y2+tb+t2);
     31ideal I=i,f;
     32char_series (I);
    3433
    35 //kill r;
     34kill r;
    3635
    3736ring r=2,(t,a,b,c,y),dp;
  • Tst/Short/ok_s.lst

    r8d4ef7 r3d8cd8  
    141141brnoeth_s
    142142charseries
     143charseries_p
    143144countedref_s
    144145classify_s
Note: See TracChangeset for help on using the changeset viewer.