nterms | R Documentation |
Number of terms in a freealg object; number of coefficients
nterms(x)
x |
Freealg object |
Returns a non-negative integer
Robin K. S. Hankin
(a <- freealg(list(1:3,4:7,1:10),1:3))
nterms(a)
nterms(a+1)
nterms(a*0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.