Changeset f232a7 in git
- Timestamp:
- Jul 1, 2007, 10:57:44 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0ea97ea490acc1915ccaedd3839aadce86cf48e1
- Parents:
- 4c530bd06500570b2d3a78455735db71d1007f3d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Long/finvar_l.tst
r4c530b rf232a7 350 350 matrix Gperm = 351 351 invariant_algebra_perm(list(list(list(1,2,3,4,5,6,7,8,9)))); 352 tst_status(); 352 353 list L = group_reynolds(GetGroup(list(list(list(1,2,3,4,5,6,7,8,9))))); 353 354 matrix Grey = 354 355 invariant_algebra_reynolds(L[1]); 356 tst_status(); 355 357 // the following is not unique! 356 358 Gperm; … … 360 362 matrix Tst14b = groebner(ideal(Grey)); 361 363 Tst14a; 362 T est14a==Tst14b;364 Tst14a==Tst14b; 363 365 364 366
Note: See TracChangeset
for help on using the changeset viewer.