Flash Sale | 50% off

Last chance! 50% off unlimited learning

Sale ends in


freealg (version 1.1-8)

adjoint: The adjoint map

Description

The adjoint adX of X is a map from a Lie group G to the endomorphism group of G defined by

adX(Y)=[X,Y]

Usage

ad(x)

Arguments

x

Object nominally of class freealg but other classes accepted where they make sense

Author

Robin K. S. Hankin

Details

details here

Examples

Run this code

x <- rfalg()
y <- rfalg()

f <- ad(x)
f(y)


f(f(y)) # [x,[x,y]]

Run the code above in your browser using DataLab