Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 History  





2 Features  





3 Distribution  





4 Sample session  





5 See also  





6 References  





7 External links  














GAP (computer algebra system)






Čeština
Deutsch
Español
Français


Polski
Português
Русский
Українська
 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 

(Redirected from GAP (software))

GAP
Developer(s)
  • RWTH Aachen
  • TU Braunschweig
  • Colorado State University
  • TU Kaiserslautern
  • Initial release1988
    Stable release

    4.13.1[1] / 13 June 2024; 10 days ago (13 June 2024)

    Repository
    Written inC
    Operating systemCross-platform
    TypeComputer algebra system
    LicenseGNU General Public License
    Websitewww.gap-system.org

    GAP (Groups, Algorithms and Programming) is an open source computer algebra system for computational discrete algebra with particular emphasis on computational group theory.

    History[edit]

    GAP was developed at Lehrstuhl D für Mathematik (LDFM), Rheinisch-Westfälische Technische Hochschule Aachen, Germany from 1986 to 1997. After the retirement of Joachim Neubüser from the chair of LDFM, the development and maintenance of GAP was coordinated by the School of Mathematical and Computational Sciences at the University of St Andrews, Scotland.[2] In the summer of 2005 coordination was transferred to an equal partnership of four 'GAP Centres', located at the University of St Andrews, RWTH Aachen, Technische Universität Braunschweig, and Colorado State UniversityatFort Collins; in April 2020, a fifth GAP Centre located at the TU Kaiserslautern was added.[3]

    Features[edit]

    GAP contains a procedural programming language and a large collection of functions to create and manipulate various mathematical objects. It supports integers and rational numbers of arbitrary size, memory permitting. Finite groups can be defined as groups of permutations and it is also possible to define finitely presented groups by specifying generators and relations. Several databases of important finite groups are included. GAP also allows to work with matrices and with finite fields (which are represented using Conway polynomials). Rings, modules and Lie algebras are also supported.

    Distribution[edit]

    GAP and its sources, including packages (sets of user contributed programs), data library (including a list of small groups) and the manual, are distributed freely, subject to "copyleft" conditions. GAP runs on any Unix system, under Windows, and on Macintosh systems. The standard distribution requires about 300 MB (about 400 MB if all the packages are loaded).

    The user contributed packages are an important feature of the system, adding a great deal of functionality. GAP offers package authors the opportunity to submit these packages for a process of peer review, hopefully improving the quality of the final packages, and providing recognition akin to an academic publication for their authors. As of March 2021, there are 151 packages distributed with GAP, of which approximately 71 have been through this process.

    An interface is available for using the SINGULAR computer algebra system from within GAP. GAP is also included in the mathematical software system SageMath.

    Sample session[edit]

    gap> G:=SmallGroup(8,1); # Set G to be a group of order 8.
    <pc group of size 8 with 3 generators>
    gap> i:=IsomorphismPermGroup(G); # Find an isomorphism from G to a group of permutations.
    <action isomorphism>
    gap> Image(i,G); # Generators for the image of G under i - written as products of disjoint cyclic permutations.
    Group([ (1,5,3,7,2,6,4,8), (1,3,2,4)(5,7,6,8), (1,2)(3,4)(5,6)(7,8) ])
    gap> Elements(Image(i,G)); # All the elements of im G.
    [ (), (1,2)(3,4)(5,6)(7,8), (1,3,2,4)(5,7,6,8), (1,4,2,3)(5,8,6,7),
      (1,5,3,7,2,6,4,8), (1,6,3,8,2,5,4,7), (1,7,4,5,2,8,3,6), (1,8,4,6,2,7,3,5) ]
    

    See also[edit]

    References[edit]

    1. ^ "Release 4.13.1". 13 June 2024. Retrieved 13 June 2024.
  • ^ "Some history of GAP". Official GAP website. Retrieved 27 September 2019.
  • ^ "GAP Centres". Official GAP website. Retrieved 18 April 2020.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=GAP_(computer_algebra_system)&oldid=1214219134"

    Categories: 
    Computer algebra system software for Linux
    Computer algebra system software for macOS
    Computer algebra system software for Windows
    Free computer algebra systems
    Hidden categories: 
    Use dmy dates from December 2022
    Articles containing potentially dated statements from March 2021
    All articles containing potentially dated statements
     



    This page was last edited on 17 March 2024, at 16:51 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki