home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!yale.edu!ira.uka.de!chx400!news.unige.ch!ugsc2a!gaehler
- From: gaehler@sc2a.unige.ch
- Subject: Bug in MAPLE group theory package
- Message-ID: <1992Nov17.172150.1@sc2a.unige.ch>
- Lines: 38
- Sender: usenet@news.unige.ch
- Organization: University of Geneva, Switzerland
- Date: Tue, 17 Nov 1992 15:21:50 GMT
-
- I have found a bug in the group theory package of MAPLE. I first define
- a group by a set of generators and relations - it's the icosahedral group
- of order 60 (just rotations). I then calculate the order of a subgroup
- generated by a word in the generators, with a strange result:
-
- |\^/| MAPLE V
- ._|\| |/|_. Copyright (c) 1981-1990 by the University of Waterloo.
- \ MAPLE / All rights reserved. MAPLE is a registered trademark of
- <____ ____> Waterloo Maple Software.
- | Type ? for help.
- > with(group):
- > gr := grelgroup({a, b}, {[a, a, a, a, a], [b, b, b], [a, b, a, b]});
-
- gr := grelgroup({a, b}, {[a, a, a, a, a], [b, b, b], [a, b, a, b]})
-
- > grouporder(pres(subgrel({x=[a, a]}, gr)));
-
- 15
-
- And I thought the icosahedral group would have only elements of order
- 1, 2, 3 and 5! From the relations it clearly follows that a generates
- a cyclic subgroup of order 5. The element x=[a,a] should therefore
- generate the same subgroup. MAPLE, however, believes that x generates
- a cyclic subgroup of order 15:
-
- > pres(subgrel({x=[a, a]}, gr));
-
- grelgroup({x}, {[x, x, x, x, x, x, x, x, x, x, x, x, x, x, x]})
-
- MAPLE finds, by the way, also elements or order 6 :-)
- As I have only very little experience with MAPLE, it is not excluded
- that I misunderstood something. Has anyone else made bad experience
- with the MAPLE group theory package?
-
- Franz Gaehler
- Theoretical Physics
- University of Geneva
- gaehler@sc2a.unige.ch
-