Description Usage Arguments Value Author(s) See Also Examples
Computes the number of polynomial terms pMax
used to formulate an equation given
the maximal polynomial degree dMax
and the number of variables nVar
following the conventions as defined by fuction poLabs
.
1 | d2pMax(nVar, dMaxKnown)
|
nVar |
Number of variables considered in the polynomial formulation. |
dMaxKnown |
The maximum polynomial degree |
The number pMax
of polynomial terms used to code
a polynomial equation
Sylvain Mangiarotti
1 2 3 4 5 6 7 8 9 10 | #############
# Example 1 #
#############
# Maximum polynomial degree ?
# number of variables:
nVar <- 3
# polynomial degree:
dMax <- 3
# The maximal polynomial degree used for coding the polynomial is:
d2pMax(nVar,dMax)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.