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
title.xml RingsForHomalg package documentation Mohamed Barakat
6
Simon Goertzen
7
Markus Kirschmer
8
Markus Lange-Hegermann
9
Max Neunhoeffer
10
Daniel Robertz
11
12
Copyright (C) 2007-2009, Lehrstuhl B für Mathematik, RWTH-Aachen University
13
14
This chapter gives a short introduction and explains the philosophy
15
behind the package.
16
17
-->
18
19
<Chapter Label="intro">
20
<Heading>Introduction</Heading>
21
22
This package is part of the &homalg; project
23
<Cite Key="homalg-project"/>. The role of the package is described in
24
the manual of the &homalg; package.
25
26
<Section Label="RingConstructions">
27
<Heading>Ring Constructions for Supported External Computer Algebra Systems</Heading>
28
29
Here are some of the supported ring constructions:
30
31
<#Include Label="ExternalGAP">
32
<#Include Label="Singular">
33
<#Include Label="MAGMA">
34
<#Include Label="Macaulay2">
35
<#Include Label="Sage">
36
<#Include Label="Maple">
37
38
</Section>
39
40
</Chapter>
41
42