Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1%%2%% Alnuth - The Kant interface3%%45%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%6%%7%F gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package8%%9\input ../../../doc/gapmacro10\Package{Alnuth}11\Package{Polycyclic}12%13%14%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%15%%16%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book17%%18\BeginningOfBook{Alnuth}19%20%21%22%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%23%%24%F UseReferences . . . . . . . . . . . . . . . . . . specify references25%%26\UseGapDocReferences{../../../doc/ref}27%28%29%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%30%%31%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page32%%33\TitlePage{34\centerline{\titlefont ALNUTH}35\bigskip \bigskip36\centerline{\secfont Version 3.1.0, {\Month} \Year}37\bigskip \bigskip38\centerline{\titlefont ---}39\bigskip \bigskip4041\centerline{\subtitlefont ALgebraic NUmber THeory }42\bigskip \bigskip43\centerline{\subtitlefont and an interface to }44\bigskip \bigskip45\centerline{\subtitlefont PARI/GP}46\bigskip \bigskip47\centerline{\titlefont ---}48\bigskip \bigskip49\vfill5051\centerline{\secfont GAP code written by:}52\bigskip \bigskip5354\centerline{\secfont Bj\accent127orn Assmann}55\medskip56\centerline{\URL{http://www.dcs.st-and.ac.uk/~bjoern}}57\bigskip58\centerline{\secfont Andreas Distler}59\medskip60\centerline{CAUL (Centro de \'Algebra da Universidade de Lisboa)}61\medskip62\centerline{Av. Prof. Gama Pinto, 2; 1649-003 Lisboa; Portugal}63\medskip64\centerline{\tt a.distler@tu-bs.de}65\bigskip66\centerline{\secfont Bettina Eick}67\medskip68\centerline{AG Algebra und Diskrete Mathematik; Institut69Computational Mathematics; TU Braunschweig}70\medskip71\centerline{Pockelsstr. 14; D-38106 Braunschweig; Germany}72\medskip73\centerline{\tt b.eick@tu-bs.de}74\bigskip \bigskip75\centerline{\titlefont ---}76\bigskip \bigskip77\vfill7879\centerline{\secfont GP code written by:}80\bigskip \bigskip8182\centerline{\secfont Bill Allombert}83% \medskip84% \centerline{{\tt [email protected]}}85\bigskip \bigskip \bigskip \bigskip \bigskip \bigskip \bigskip \bigskip86\vfill8788{\it Note:} PARI/GP is {\bf not} part of this package. It can be89obtained from {\tt http://pari.math.u-bordeaux.fr/}9091}92%93%94%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%95%%96%F TableOfContents . . . . . . . . . . . . generate a table of contents97%%98\OneColumnTableOfContents %since it's very short99%\TableOfContents %use instead if ToC is longer than a column100%101%102%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%103%%104%F FrontMatter105%%106\FrontMatter107\immediate\write\citeout{\bs bibdata{./manual}}108%109%110%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%111%%112%F Chapters113%%114\Chapters115\Input{intro}116\Input{fields}117\Input{example}118\Input{install}119%120%121%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%122%%123%F Appendices124%%125\Appendices126\Bibliography127\Index %to generate a proper index `manual.mst'128% %must be present129%130%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%131%%132%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it133%%134\EndOfBook135%136%137%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%138%%139%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here140141142143144145146147148149150151152153154155156157158159