Next: ead, eadr
Up: Function Reference
Previous: reduceLBT
  Contents
Purpose
Implement the adjoint operator applied times to ,
which corresponds to the -times Lie bracketing of with .
|
Syntax
e:=ad(x,y,n);
Description
This procedure implements the adjoint operator applied
times to and which corresponds to the -times Lie bracketing of
with , i.e.
|
Arguments
The number of times
will be bracketed with
.
Example
The calculation of the Lie bracket
can be performed as follows:
> ad(f1,f0,2);
f1~ &* (f1~ &* f0~)
|
Miguel Attilio Torres-Torriti
2004-05-31