rfalg {freealg} | R Documentation |
Random free algebra objects
Description
Random elements of the free algebra, intended as quick
“get you going” examples of freealg
objects
Usage
rfalg(n=7, distinct=3, maxsize=4, include.negative=FALSE)
Arguments
n |
Number of terms to generate |
distinct |
Number of distinct symbols to use |
maxsize |
Maximum number of symbols in any word |
include.negative |
Boolean, with default |
Details
What you see is what you get, basically. A term such as
aaBaAbaC
will be simplified to aaaC
.
Author(s)
Robin K. S. Hankin
Examples
rfalg()
rfalg(include.negative=TRUE)^2
constant(rfalg())
[Package freealg version 1.1-1 Index]