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
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
# NOT RUN { a <- rfalg() coeffs(a) coeffs(a) <- 7 # }
Run the code above in your browser using DataLab