Next: Example 1: Simplification of
Up: LIE TOOLS PACKAGE VERSION
Previous: Nonlinear filtering
  Contents
The Maple code for the examples presented in this section is distributed with LTP, which may be obtained at: http://www.cim.mcgill.ca/
migueltt/ltp/ltp.html.
Any Lie product which is written in terms of the algebra generators only, will henceforth be referred to as a Lie monomial. By the property of distributivity over scalar multiplication,
an arbitrary Lie bracket is a product of a symbolic coefficient
and a Lie monomial.
The main and auxiliary functions provided by LTP are summarized in Table 1, p.
, and Table 2, p.
, respectively. Auxiliary functions are invoked by the main functions, but are also made directly available to the user to allow for perusal of intermediate results. Such an organization of the package facilitates the addition of new functions. See Section 6, p.
, for details on the function's syntax, their algorithmic implementation, and other aspects.
Prior to invoking any function in the package, two special variables need to be declared, under arbitrary names, to signify: the number of generators in the Lie algebra
and its assumed order of nilpotency. The values of these variables are limited only by the available computer memory.
The examples presented in the next two sections consider a set of Lie algebra
generators
and a HB, denoted by
, for a
nilpotent Lie algebra
with degree of nilpotency
.
The generators
and the basis
are easily obtained
by executing the package function phb(3,4); the resulting basis
is shown in § 5.2.
Subsections
Next: Example 1: Simplification of
Up: LIE TOOLS PACKAGE VERSION
Previous: Nonlinear filtering
  Contents
Miguel Attilio Torres-Torriti
2004-05-31