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
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
Maps.xml Modules package documentation
6
7
Copyright (C) 2007-2009, Mohamed Barakat, RWTH-Aachen
8
9
-->
10
11
<Chapter Label="Maps">
12
<Heading>Maps</Heading>
13
14
<#Include Label="Maps:intro">
15
16
<Section Label="Maps:Category">
17
<Heading>Maps: Categories and Representations</Heading>
18
19
<#Include Label="IsHomalgMap">
20
<#Include Label="IsHomalgSelfMap">
21
<#Include Label="IsMapOfFinitelyGeneratedModulesRep">
22
23
</Section>
24
25
<Section Label="Maps:Constructors">
26
<Heading>Maps: Constructors</Heading>
27
28
<#Include Label="HomalgMap">
29
<#Include Label="HomalgZeroMap">
30
<#Include Label="HomalgIdentityMap">
31
32
</Section>
33
34
<Section Label="Maps:Properties">
35
<Heading>Maps: Properties</Heading>
36
37
</Section>
38
39
<Section Label="Maps:Attributes">
40
<Heading>Maps: Attributes</Heading>
41
42
</Section>
43
44
<Section Label="Maps:Operations and Functions">
45
<Heading>Maps: Operations and Functions</Heading>
46
47
<#Include Label="HomalgRing:map">
48
<#Include Label="PreInverse">
49
50
</Section>
51
52
<!-- ############################################################ -->
53
54
</Chapter>
55
56