powered by
Accessor methods for free algebra objects
words(x) coeffs(x) coeffs(x) <- value
Object of class freealg
freealg
Numeric vector of length 1
Robin K. S. Hankin
Access or set the different parts of an freealg object. The constant term is technically a coefficient but is documented under constant.Rd.
constant.Rd
constant
a <- rfalg() a coeffs(a) words(a) # Note hash is identical to that of coeffs(a) coeffs(a) <- 7 # replacement methods work a coeffs(a) #
Run the code above in your browser using DataLab