powered by
The identity operator maps any function to itself.
idweyl(d) # S3 method for weyl as.id(S) is.id(S)
A weyl object corresponding to the identity operator
Integer specifying dimensionality of the weyl object (twice the spray arity)
A weyl object
idweyl(7) a <- rweyl(d=5) a is.id(a) is.id(1+a-a) as.id(a) a == a*1 a == a*as.id(a)
Run the code above in your browser using DataLab