rform | R Documentation |
Random k
-form objects and k
-tensors,
intended as quick “get you going” examples
rform(terms=9,k=3,n=7,coeffs,ensure=TRUE)
rtensor(terms=9,k=3,n=7,coeffs)
terms |
Number of distinct terms |
k , n |
A |
coeffs |
The coefficients of the form; if missing use
|
ensure |
Boolean with default |
What you see is what you get, basically.
Note that argument terms
is an upper bound, as the index matrix
might contain repeats which are combined.
All functions documented here return an object of class kform
or
ktensor
.
Robin K. S. Hankin
rform()
rform() ^ rform()
rtensor() %X% rtensor()
rform() ^ dx
rform() ^ dx ^ dy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.