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
2
11 Symmetric Algebra and Koszul Complex
3
4
5
11.1 Symmetric Algebra: Constructor
6
7
11.1-1 SymmetricPower
8
9
SymmetricPower( k, M )  operation
10
Returns: a homalg module
11
12
Construct the k-th exterior power of module M.
13
14
15
11.2 Symmetric Algebra: Properties and Attributes
16
17
11.2-1 IsSymmetricPower
18
19
IsSymmetricPower( M )  property
20
Returns: true or false
21
22
Marks a module as an symmetric power of another module.
23
24
11.2-2 SymmetricPowerExponent
25
26
SymmetricPowerExponent( M )  attribute
27
Returns: an integer
28
29
The exponent of the symmetric power.
30
31
11.2-3 SymmetricPowerBaseModule
32
33
SymmetricPowerBaseModule( M )  attribute
34
Returns: a homalg module
35
36
The module that M is an symmetric power of.
37
38
39