Changeset 05c8ef in git
- Timestamp:
- Jul 1, 2007, 6:27:45 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 684b1ca906a43499d36f2f8c81cd4e573a49b23f
- Parents:
- 5afb1aa24629f6ab404cdef1436c64f8f04f110c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Long/finvar_l.tst
r5afb1a r05c8ef 324 324 TST12a==TST12b; 325 325 tst_status(); 326 kill R12;327 tst_status(1);$328 326 329 327 ring 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); … … 348 346 TST13a==TST13b; 349 347 tst_status(); 350 kill R13; 351 listvar(); 348 349 ring R14 = 0,(x(1..9)),dp; 350 matrix Gperm = 351 invariant_algebra_perm(list(list(list(1,2,3,4,5,6,7,8,9)))); 352 list L = group_reynolds(GetGroup(list(list(list(1,2,3,4,5,6,7,8,9))))); 353 matrix Grey = 354 invariant_algebra_reynolds(L[1]); 355 // the following is not unique! 356 Gperm; 357 Grey; 358 // the following is unique! 359 matrix Tst14a = groebner(ideal(Gperm)); 360 matrix Tst14b = groebner(ideal(Grey)); 361 Tst14a; 362 Test14a==Tst14b; 363 352 364 353 365 tst_status(1);$
Note: See TracChangeset
for help on using the changeset viewer.