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
RingMaps.xml MatricesForHomalg package documentation Mohamed Barakat
6
7
Copyright (C) 2009, Mohamed Barakat, Universität des Saarlandes
8
9
-->
10
11
<Chapter Label="RingMaps">
12
<Heading>Ring Maps</Heading>
13
14
<#Include Label="RingMaps:intro">
15
16
<Section Label="RingMaps:">
17
<Heading>Ring Maps: Category and Representations</Heading>
18
19
<#Include Label="IsHomalgRingMap">
20
<#Include Label="IsHomalgRingSelfMap">
21
22
<#Include Label="IsHomalgRingMapRep">
23
24
</Section>
25
26
<Section Label="RingMaps:Constructors">
27
<Heading>Ring Maps: Constructors</Heading>
28
29
<#Include Label="RingMap">
30
31
</Section>
32
33
<Section Label="RingMaps:Properties">
34
<Heading>Ring Maps: Properties</Heading>
35
36
<#Include Label="IsMorphism:ringmap">
37
<#Include Label="IsIdentityMorphism:ringmap">
38
<#Include Label="IsMonomorphism:ringmap">
39
<#Include Label="IsEpimorphism:ringmap">
40
<#Include Label="IsIsomorphism:ringmap">
41
<#Include Label="IsAutomorphism:ringmap">
42
43
</Section>
44
45
<Section Label="RingMaps:Attributes">
46
<Heading>Ring Maps: Attributes</Heading>
47
48
<#Include Label="Source:ringmap">
49
<#Include Label="Range:ringmap">
50
<#Include Label="DegreeOfMorphism:ringmap">
51
<#Include Label="CoordinateRingOfGraph">
52
53
</Section>
54
55
<Section Label="RingMaps:Operations and Functions">
56
<Heading>Ring Maps: Operations and Functions</Heading>
57
58
</Section>
59
60
<!-- ############################################################ -->
61
62
</Chapter>
63
64