powered by
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)
Object nominally of class freealg but other classes accepted where they make sense
freealg
Robin K. S. Hankin
details here
x <- rfalg() y <- rfalg() f <- ad(x) f(y) f(f(y)) # [x,[x,y]]
Run the code above in your browser using DataLab