LieAlgebras[MinimalIdeal] - find the smallest ideal containing a given set of vectors
Calling Sequences
MinimalIdeal(S)
Parameters
S - a list of vectors in a Lie algebra
|
Description
|
|
•
|
MinimalIdeal(S) calculates the smallest ideal containing the list of vectors S.
|
•
|
A list of vectors is returned.
|
•
|
The command MinimalIdeal is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form MinimalIdeal(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-MinimalIdeal(...).
|
|
|
Examples
|
|
>
|

|
Example 1.
First initialize a Lie algebra and display the multiplication table.
>
|
![L1 := _DG([["LieAlgebra", Alg1, [5]], [[[1, 5, 1], 2], [[2, 3, 1], 1], [[2, 5, 2], 1], [[2, 5, 3], 1], [[3, 5, 3], 1], [[4, 5, 4], 2]]])](/support/helpjp/helpview.aspx?si=6600/file05818/math49.png)
|
Alg1 >
|
|
>
|
|
| (2.1) |
Find the minimal ideal containing the vectors [e1, e3].
Alg1 >
|
|
Alg1 >
|
|
| (2.2) |
Find the minimal ideal containing the vectors [e2, e4].
Alg1 >
|
|
Alg1 >
|
|
| (2.3) |
Alg1 >
|
|
| (2.4) |
Alg1 >
|
|
| (2.5) |
|
|
Download Help Document
Was this information helpful?