Skip to content
GAP

Image by sanfengshan on Pixabay · Pixabay License

EntityQ677161· pop 11· linked from 78 articles

Also known as Groups, Algorithms and Programming

język programowania

Source code

The latest stable release of the GAP system can be obtained from . Afterwards, follow the instructions in the file INSTALL.md in the GAP root directory. Alternatively, you can compile the latest development version of GAP. However, most users should instead use the latest official release instead as described in the previous section. In this case, you need to have some more software dependencies installed than with a stable release in order to compile GAP. In particular, you need at least these: On other operating systems, you will need to figure out equivalent commands to install the required dependencies. In contrast to the GAP stable releases, the development version does not come bundled with all the GAP packages. Therefore, if you do not have a GAP package archive yet, we recommend that you bootstrap the stable versions of packages by executing one of the following commands. Whether you choose to bootstrap-pkg-minimal or bootstrap-pkg-full depends on your needs for development. In the latter case please note that make bootstrap-pkg-full only unpacks packages but does not build those of them that require compilation. You can change to the pkg directory and then call ../bin/BuildPackages.sh from there to build as many packages as possible. The GAP Project welcomes contributions from everyone, in the shape of code, documentation, blog posts, or other. For contributions to this repository, please read the contributor guidelines. Additional information: Developer guidelines Notes on the build system If you have any questions about working with GAP, you can ask them on the GAP forum mailing list (requires subscription) or use one of our various support channels.

Excerpt from the source-code README · 6,084 chars · not written by Vinony

Article · Polski

GAP (Groups, Algorithms and Programming) – program typu CAS służący do przeprowadzania obliczeń na obiektach algebraicznych (zwłaszcza z obliczeniowej teorii grup). GAP jest również nazwą języka programowania używanego w systemie GAP (większość dostępnych w tym systemie funkcji napisanych jest w tym właśnie języku). Możliwości GAP-a obejmują: * obliczenia na liczbach całkowitych (dowolnej wielkości), wymiernych, p-adycznych, wielomianach, funkcjach wymiernych, elementach ciał skończonych, permutacjach i in. * struktury danych takie jak listy (w tym na macierze, zbiory), struktury algebraiczne (podgrupy grupy permutacji, grupy macierzowe, grupy skończenie prezentowalne, grupy policykliczne, przestrzenie liniowe, moduły, ciała), grafy, automaty skończone i in. * relacje i odwzorowania (w szczególności homomorfizmy struktur algebraicznych, działania grup, reprezentacje) * obliczanie niezmienników takich jak: rząd grupy, jądro homomorfizmu, podgrupy Sylowa, charaktery i wiele innych. * możliwe jest korzystanie z zewnętrznych programów takich jak czy . Struktura tego systemu jest następująca: jądro programu, napisane w języku C realizuje funkcje takie jak: zarządzanie pamięcią, implementacja języka GAP, czy podstawowe środowisko użytkownika; biblioteka funkcji napisana jest głównie w języku GAP; dodatkowe pakiety – mogą realizować różne zadania (np. implementują struktury danych i algorytmy, umożliwiają korzystanie z innych programów; pakiet XGAP spełnia rolę GUI). Jest to wolne oprogramowanie dostępne na licencji GNU GPL. GAP działa w systemach Unix (w szczególności w systemie GNU/Linux), MacOS oraz Windows (jednak niektóre dodatkowe pakiety dostępne wraz z systemem działają jedynie w systemach Unix).

Abstract from DBpedia / Wikipedia · CC BY-SA