Changeset f232a7 in git


Ignore:
Timestamp:
Jul 1, 2007, 10:57:44 PM (16 years ago)
Author:
Simon King <king@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
0ea97ea490acc1915ccaedd3839aadce86cf48e1
Parents:
4c530bd06500570b2d3a78455735db71d1007f3d
Message:
New test for invariant_algebra_reynolds and invariant_algebra_perm added
(invariant ring of cyclic group of order 9).


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

Legend:

Unmodified
Added
Removed
  • Tst/Long/finvar_l.tst

    r4c530b rf232a7  
    350350matrix Gperm =
    351351   invariant_algebra_perm(list(list(list(1,2,3,4,5,6,7,8,9))));
     352tst_status();
    352353list L = group_reynolds(GetGroup(list(list(list(1,2,3,4,5,6,7,8,9)))));
    353354matrix Grey  =
    354355   invariant_algebra_reynolds(L[1]);
     356tst_status();
    355357// the following is not unique!
    356358Gperm;
     
    360362matrix Tst14b = groebner(ideal(Grey));
    361363Tst14a;
    362 Test14a==Tst14b;
     364Tst14a==Tst14b;
    363365
    364366
Note: See TracChangeset for help on using the changeset viewer.