adjoint | R Documentation |
The adjoint \mathrm{ad}_X
of X
is a map from a
Lie group G
to the endomorphism group of G
defined
by
\mathrm{ad}_X(Y)=\left[X,Y\right]
ad(x)
x |
Object nominally of class |
details here
Vignette adjoint
gives more description
Robin K. S. Hankin
x <- rfalg()
y <- rfalg()
f <- ad(x)
f(y)
f(f(y)) # [x,[x,y]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.