CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

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

Views: 418346
1
2
3
HomalgToCAS
4
5
6
A window to the outer world
7
8
9
Version 2017.11.26
10
11
12
September 2015
13
14
15
Mohamed Barakat
16
17
Thomas Breuer
18
19
Simon Görtzen
20
21
Frank Lübeck
22
23
Vinay Wagh
24
25
26
27
(this manual is still under construction)
28
This manual is best viewed as an HTML document. The
29
latest version is available online at:
30
http://homalg.math.rwth-aachen.de/~barakat/homalg-project/HomalgToCAS/chap0.html
31
An offline version should be included in the
32
documentation subfolder of the package.
33
This package is part of the homalg-project:
34
http://homalg.math.rwth-aachen.de/index.php/core-packages/homalgtocas
35
36
37
38
Mohamed Barakat
39
Email: mailto:[email protected]
40
Homepage: http://www.mathematik.uni-kl.de/~barakat/
41
Address: Department of Mathematics,
42
University of Kaiserslautern,
43
67653 Kaiserslautern,
44
Germany
45
46
47
Thomas Breuer
48
Email: mailto:[email protected]
49
Homepage: http://www.math.rwth-aachen.de/~Thomas.Breuer/
50
Address: Lehrstuhl D für Mathematik, RWTH-Aachen,
51
Templergraben 64
52
52062 Aachen
53
Germany
54
55
56
Simon Görtzen
57
Email: mailto:[email protected]
58
Homepage: http://wwwb.math.rwth-aachen.de/goertzen/
59
Address: Lehrstuhl B für Mathematik, RWTH-Aachen,
60
Templergraben 64
61
52062 Aachen
62
Germany
63
64
65
Frank Lübeck
66
Email: mailto:[email protected]
67
Homepage: http://www.math.rwth-aachen.de/~Frank.Luebeck/
68
Address: Lehrstuhl D für Mathematik, RWTH-Aachen,
69
Templergraben 64
70
52062 Aachen
71
Germany
72
73
74
Vinay Wagh
75
Email: mailto:[email protected]
76
Homepage: http://www.iitg.ernet.in/vinay.wagh/
77
Address: E-102, Department of Mathematics,
78
Indian Institute of Technology Guwahati,
79
Guwahati, Assam, India.
80
PIN: 781 039.
81
82
83
84
-------------------------------------------------------
85
Copyright
86
© 2007-2015 by Mohamed Barakat, Thomas Breuer, Simon Görtzen, and Frank
87
Lübeck.
88
89
This package may be distributed under the terms and conditions of the GNU
90
Public License Version 2.
91
92
93
-------------------------------------------------------
94
Acknowledgements
95
We are very much indebted to Max Neunhöffer who provided the first piece of
96
code around which the package IO_ForHomalg was built. The package
97
HomalgToCAS provides a further abstraction layer preparing the
98
communication.
99
100
101
-------------------------------------------------------
102
103
104
Contents (HomalgToCAS)
105
106
1 Introduction
107
1.1 HomalgToCAS provides ...
108
2 Installation of the HomalgToCAS Package
109
3 Watch and Influence the Communication
110
3.1 Functions
111
3.1-1 homalgIOMode
112
3.2 The Pictograms
113
3.2-1 HOMALG_IO.Pictograms
114
4 External Rings
115
4.1 External Rings: Representation
116
4.1-1 IsHomalgExternalRingRep
117
4.2 Rings: Constructors
118
4.3 External Rings: Operations and Functions
119
A Overview of the homalg Package Source Code
120
121
122

123
124