Changeset 05c8ef in git for Tst


Ignore:
Timestamp:
Jul 1, 2007, 6:27:45 PM (17 years ago)
Author:
Simon King <king@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
684b1ca906a43499d36f2f8c81cd4e573a49b23f
Parents:
5afb1aa24629f6ab404cdef1436c64f8f04f110c
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Tst/Long/finvar_l.tst

    r5afb1a r05c8ef  
    324324TST12a==TST12b;
    325325tst_status();
    326 kill R12;
    327 tst_status(1);$
    328326
    329327ring R13 = (0),(W1,W2,W3,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15,V16,V17,V18,V19),(L(255),dp(22),C);
     
    348346TST13a==TST13b;
    349347tst_status();
    350 kill R13;
    351 listvar();
     348
     349ring R14 = 0,(x(1..9)),dp;
     350matrix Gperm =
     351   invariant_algebra_perm(list(list(list(1,2,3,4,5,6,7,8,9))));
     352list L = group_reynolds(GetGroup(list(list(list(1,2,3,4,5,6,7,8,9)))));
     353matrix Grey  =
     354   invariant_algebra_reynolds(L[1]);
     355// the following is not unique!
     356Gperm;
     357Grey;
     358// the following is unique!
     359matrix Tst14a = groebner(ideal(Gperm));
     360matrix Tst14b = groebner(ideal(Grey));
     361Tst14a;
     362Test14a==Tst14b;
     363
    352364
    353365tst_status(1);$
Note: See TracChangeset for help on using the changeset viewer.