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: 418384
1
<Verb>ChevalleyEilenbergComplex(g,n):: LieAlgebra, Int --> ChainComplex</Verb>
2
3
<P/> Inputs a Lie algebra <M>\mathfrak{g}</M> over a ring
4
<M>\mathbb K</M> together with
5
an integer <M>n\ge 0</M>.
6
It returns the first <M>n</M> terms of the Chevalley-Eilenberg
7
chain complex over <M>\mathbb K</M>.
8
9
The complex was implemented by Pablo Fernandez Ascariz.
10
11
12