LieAlgebras[Center] - find the center of a Lie algebra or a non-commutative algebra
Calling Sequences
Center(Alg)
Parameters
Alg - (optional) the name of an initialized Lie algebra
Description
Examples
The center of a Lie algebra is the set of all vectors such that for all . The center of general algebra is the set of all vectors such that for all .
Center(Alg) returns a list of vectors whose span is the center of the Lie algebra or general algebra defined by Alg. If no argument is given, then the center of the current algebra is found. If the center is trivial, then an empty list is returned.
The command Center is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form Center(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-Center(...).
Example 1.
First initialize a Lie algebra.
Calculate the center of Alg1.
Example 2.
Example 3.
We calculate the center of the octonions.
See Also
DifferentialGeometry
LieAlgebras
Centralizer
Download Help Document