Macaulay2 » Documentation
Packages » ExteriorExtensions » ExteriorExtension
next | previous | forward | backward | up | index | toc

ExteriorExtension -- A new algebra constructed from the direct sum of a Lie algebra and a module

Description

A ExteriorExtension (treated as a mutable hash table) is built by the command exteriorExtension. The menu lists the ways to interact with an ExteriorExtension. The operation takes the Lie algebra \(\mathfrak{sl}_n(\mathbb{F}\) of traceless \(n \times n\) matrices over a field \(\mathbb{F}\) and appends the non-zero graded piece of an exterior algebra \(\bigoplus_{i=1}^{n-1}\bigwedge^i \mathbb{F}^n \).

i1 : ea = exteriorExtension(4, 8);

Menu

Methods that use an object of class ExteriorExtension:

  • KillingMatrix(ExteriorExtension) (missing documentation)
  • structureTensor(ExteriorExtension) (missing documentation)

For the programmer

The object ExteriorExtension is a type, with ancestor classes MutableHashTable < HashTable < Thing.


The source of this document is in ExteriorExtensions.m2:321:0.