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

563574 views
1
<!--
2
3
ring table.xml RingsForHomalg package documentation Mohamed Barakat
4
Markus Lange-Hegermann
5
6
Copyright (C) 2007-2008, Lehrstuhl B für Mathematik, RWTH-Aachen
7
8
This is the chapter of the documentation describing the installation.
9
10
-->
11
12
<Chapter Label="ring table">
13
<Heading>The Ring Table</Heading>
14
15
<Section Label="HomalgTable:Generic">
16
17
<Heading>An Example for a Ring Table - Singular</Heading>
18
19
todo: introductory text,
20
mention: transposed matrices, the macros, refer to the philosophy
21
22
<#Include Label="BasisOfRowModule:Singular">
23
<#Include Label="BasisOfRowModule:SingularMacro">
24
<#Include Label="BasisOfColumnModule:Singular">
25
<#Include Label="BasisOfColumnModule:SingularMacro">
26
<#Include Label="DecideZeroRows:Singular">
27
<#Include Label="DecideZeroRows:SingularMacro">
28
<#Include Label="DecideZeroColumns:Singular">
29
<#Include Label="DecideZeroColumns:SingularMacro">
30
<#Include Label="SyzygiesGeneratorsOfRows:Singular">
31
<#Include Label="SyzygiesGeneratorsOfRows:SingularMacro">
32
<#Include Label="SyzygiesGeneratorsOfColumns:Singular">
33
<#Include Label="SyzygiesGeneratorsOfColumns:SingularMacro">
34
<#Include Label="BasisOfRowsCoeff:Singular">
35
<#Include Label="BasisOfRowsCoeff:SingularMacro">
36
<#Include Label="BasisOfColumnsCoeff:Singular">
37
<#Include Label="BasisOfColumnsCoeff:SingularMacro">
38
<#Include Label="DecideZeroRowsEffectively:Singular">
39
<#Include Label="DecideZeroRowsEffectively:SingularMacro">
40
<#Include Label="DecideZeroColumnsEffectively:Singular">
41
<#Include Label="DecideZeroColumnsEffectively:SingularMacro">
42
<#Include Label="RelativeSyzygiesGeneratorsOfRows:Singular">
43
<#Include Label="RelativeSyzygiesGeneratorsOfRows:SingularMacro">
44
<#Include Label="RelativeSyzygiesGeneratorsOfColumns:Singular">
45
<#Include Label="RelativeSyzygiesGeneratorsOfColumns:SingularMacro">
46
<#Include Label="ReducedSyzygiesGeneratorsOfRows:Singular">
47
<#Include Label="ReducedSyzygiesGeneratorsOfRows:SingularMacro">
48
<#Include Label="ReducedSyzygiesGeneratorsOfColumns:Singular">
49
<#Include Label="ReducedSyzygiesGeneratorsOfColumns:SingularMacro">
50
51
52
</Section>
53
54
</Chapter>
55
56