GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<Chapter Label="Intro">1<Heading>Introduction</Heading>23<Section Label="IntroAbstract">4<Heading>General aims</Heading>56Let <M>R</M> be an associative ring, not necessarily with one.7The set of all elements of <M>R</M> forms a monoid with the neutral element8<M>0</M> from <M>R</M> under the operation <M> r \cdot s = r + s + rs </M>9defined for all <M>r</M> and <M>s</M> of <M>R</M>. This operation is called10the <E>circle multiplication</E>, and it is also known as the11<E>star multiplication</E>. The monoid of elements of <M>R</M> under the12circle multiplication is called the adjoint semigroup of <M>R</M> and is13denoted by <M>R^{ad}</M>. The group of all invertible elements of this14monoid is called the adjoint group of <M>R</M> and is denoted by <M>R^{*}</M>.15<P/>1617These notions naturally lead to a number of questions about the connection18between a ring and its adjoint group, for example, how the ring properties19will determine properties of the adjoint group; which groups can appear as20adjoint groups of rings; which rings can have adjoint groups with21prescribed properties, etc.22<P/>2324For example, V. O. Gorlov in <Cite Key="Gorlov-1995" /> gives25a full list of finite nilpotent algebras <M>R</M>, such that26<M>R^2 \ne 0</M> and the adjoint group of <M>R</M> is27metacyclic (but not cyclic).28<P/>2930S. V. Popovich and Ya. P. Sysak in <Cite Key="Popovich-Sysak-1997" />31characterize all quasiregular algebras such that all subgroups32of their adjoint group are their subalgebras. In particular,33they show that all algebras of such type are nilpotent with34nilpotency index at most three.35<P/>3637Various connections between properties of a ring and its38adjoint group were considered by O. D. Artemovych and39Yu. B. Ishchuk in <Cite Key="Artemovych-Ishchuk-1997" />.40<P/>4142B. Amberg and L. S. Kazarin in <Cite Key="Amberg-Kazarin-2000" />43give the description of all nonisomorphic finite <M>p</M>-groups44that can occur as the adjoint group of some nilpotent45<M>p</M>-algebra of the dimension at most 5.46<P/>4748In <Cite Key="Amberg-Sysak-2001" /> B. Amberg and Ya. P. Sysak49give a survey of results on adjoint groups of radical rings,50including such topics as subgroups of the adjoint group; nilpotent51groups which are isomorphic to the adjoint group of some radical52ring; adjoint groups of finite nilpotent $p$-algebras.53The authors continued their investigations in further papers54<Cite Key="Amberg-Sysak-2002" /> and <Cite Key="Amberg-Sysak-2004" />.55<P/>5657In <Cite Key="Kazarin-Soules-2004" /> L. S. Kazarin and P. Soules58study associative nilpotent algebras over a field of positive59characteristic whose adjoint group has a small number of generators.60<P/>6162The main objective of the proposed &GAP;4 package &Circle; is to63extend the &GAP; functionality for computations in adjoint64groups of associative rings to make it possible to use the &GAP;65system for the investigation of the above described questions.66<P/>6768&Circle; provides functionality to construct circle objects that69will respect the circle multiplication <M> r \cdot s = r + s + rs </M>,70create multiplicative structures, generated by such objects,71and compute adjoint semigroups and adjoint groups of finite rings.72<P/>7374Also we hope that the package will be useful as an example of75extending the &GAP; system with new multiplicative objects.76Relevant details are explained in the next chapter of the manual.7778</Section>7980<!-- ********************************************************* -->8182<Section Label="IntroInstall">83<Heading>Installation and system requirements</Heading>8485&Circle; does not use external binaries and, therefore, works without86restrictions on the type of the operating system. This version of the87package is designed for &GAP;4.5 and no compatibility with previous88releases of &GAP;4 is guaranteed.89<P/>9091To use the &Circle; online help it is necessary to install the &GAP;4 package92&GAPDoc; by Frank Lübeck and Max Neunhöffer, which is available from the93&GAP; site or from <URL>http://www.math.rwth-aachen.de/˜Frank.Luebeck/GAPDoc/</URL>.94<P/>9596&Circle; is distributed in standard formats97(<File>tar.gz</File>, <File>tar.bz2</File>, <File>zip</File> and <File>-win.zip</File>)98and can be obtained from <URL>http://www.cs.st-andrews.ac.uk/˜alexk/circle/</URL>99or from the &GAP; homepage.100To install the package, unpack its archive in the <File>pkg</File> subdirectory of your101&GAP; installation.102</Section>103104</Chapter>105106