rmvp | R Documentation |
Random multivariate polynomials, intended as quick
“get you going” examples of mvp
objects
rmvp(n=7, size = 6, pow = 6, symbols = 6)
n |
Number of terms to generate |
size |
Maximum number of symbols in each term |
pow |
Maximum power of each symbol |
symbols |
Symbols to use; if numeric, interpret as the first
|
What you see is what you get, basically. Note that a term such as
a^2*b*a^3
will be simplified to a^5*b
, so powers in the
result may be larger than argument pow
.
Returns a multivariate polynomial, an object of class mvp
Robin K. S. Hankin
rmvp()
rmvp(5,symbols=state.abb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.