Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563641 views
1
2
3
IntPic
4
5
6
A GAP package for drawing sets of integers
7
8
9
Version 0.2.3
10
11
12
Manuel Delgado
13
14
15
16
Manuel Delgado
17
Email: mailto:[email protected]
18
Homepage: http://cmup.fc.up.pt/cmup/mdelgado/
19
20
-------------------------------------------------------
21
Copyright
22
© 2013--2015 Manuel Delgado
23
24
IntPic package is free software; you can redistribute it and/or modify it
25
under the terms of the GNU General Public License
26
(http://www.fsf.org/licenses/gpl.html) as published by the Free Software
27
Foundation; either version 2 of the License, or (at your option) any later
28
version. For details, see the file 'GPL' included in the package or see the
29
FSF's own site.
30
31
32
-------------------------------------------------------
33
Acknowledgements
34
The author was partially funded by the European Regional Development Fund
35
through the program COMPETE and by the Portuguese Government through the FCT
36
- Fundação para a Ciência e a Tecnologia under the projects
37
PEst-C/MAT/UI0144/2011 and PEst-C/MAT/UI0144/2013.
38
39
I want to express my gratitude to my colleagues of the Mathematics
40
Department of the Faculty of Sciences of the University of Porto for the
41
opportunity of taking a sabbatical year during the 2011/2012 school year. I
42
benefited also of the sabbatical grant SFRH/BSAB/1156/2011.
43
44
For one reason or another that ranges from suggestions to encouragement, I
45
want express my gratitude to Pedro A. García Sánchez, David Llena and James
46
Mitchell.
47
48
Concerning the mantainment:
49
50
I want to acknowledge partial support by CMUP (UID/MAT/00144/2013), which is
51
funded by FCT (Portugal) with national (MEC) and European structural funds
52
through the programs FEDER, under the partnership agreement PT2020.
53
54
I acknowledge also partial supported by the project MTM2014-55367-P, which
55
is funded by Ministerio de Economía y Competitividad (Spain) and Fondo
56
Europeo de Desarrollo Regional FEDER.
57
58
59
-------------------------------------------------------
60
Colophon
61
This manual describes the GAP package IntPic , Version 0.2.3, for
62
visualizing and creating publication quality pictures of sets of integers.
63
64
65
-------------------------------------------------------
66
67
68
Contents (IntPic)
69
70
1 The IntPic package
71
1.1 Overview and Introduction
72
1.2 Installing IntPic
73
1.3 Loading IntPic
74
2 The IntPic package main function
75
2.1 The main function
76
2.1-1 Tikz code for arrays of integers
77
2.1-2 Tikz code for arrays, in a simplified way
78
2.2 Producing tables
79
2.2-1 IP_TableWithModularOrder
80
3 The colors in the IntPic package
81
3.1 Colors by tones
82
3.2 Lists of colors
83
3.3 The IntPic default list of colors
84
3.4 Functions to deal with colors
85
3.4-1 Shuffle colors from lists of colors
86
4 Visualization of the pictures created
87
4.1 Viewing using Viz
88
4.2 Viewing without using Viz
89
4.2-1 A complete example
90
4.3 Other examples of use of the IntPic package
91
4.3-1 Varia
92
4.3-2 The banner
93
5 The IntPic package options.
94
5.1 Available options
95
5.2 Default options
96
6 Usage of IntPic in connection with the numericalsgps package
97
6.1 Tikz code for drawing numerical semigroups
98
6.1-1 Tikz code for drawing numerical semigroups
99
6.2 Drawing sets of numerical semigroups
100
6.2-1 Set of numerical semigroups
101
6.2-2 Draw a set of numerical semigroups
102
103
104

105
106