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
ExteriorAlgebra.xml Modules package documentation
6
7
Copyright (C) 2011, Florian Diebold, TU Kaiserslautern
8
-->
9
10
<Chapter Label="ExteriorAlgebra:chapter">
11
<Heading>Exterior Algebra and Koszul Complex</Heading>
12
13
<#Include Label="ExteriorAlgebra:intro">
14
15
<Section Label="ExteriorAlgebra:Constructors">
16
<Heading>Exterior Algebra: Constructor</Heading>
17
18
<#Include Label="ExteriorPower">
19
20
</Section>
21
22
<Section Label="ExteriorAlgebra:Attributes">
23
<Heading>Exterior Algebra: Properties and Attributes</Heading>
24
25
<#Include Label="IsExteriorPower">
26
<#Include Label="ExteriorPowerExponent">
27
<#Include Label="ExteriorPowerBaseModule">
28
29
</Section>
30
31
<Section Label="ExteriorAlgebra:ElementProperty">
32
<Heading>Exterior Algebra: Element Properties</Heading>
33
34
<#Include Label="IsExteriorPowerElement">
35
36
</Section>
37
38
<Section Label="ExteriorAlgebra:ElementOperations">
39
<Heading>Exterior Algebra: Element Operations</Heading>
40
41
<#Include Label="Wedge">
42
<#Include Label="ExteriorPowerElementDual">
43
<#Include Label="SingleValueOfExteriorPowerElement">
44
45
</Section>
46
47
<Section Label="ExteriorAlgebra:CayleyDeterminant">
48
<Heading>Koszul complex and Cayley determinant</Heading>
49
50
<#Include Label="KoszulCocomplex">
51
<#Include Label="CayleyDeterminant">
52
<#Include Label="Gcd_UsingCayleyDeterminant">
53
54
</Section>
55
56
</Chapter>
57
58