Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | functionals | |
Tool | functionalserver |
order | in | polynomial degree | |
Allowed: | integer | ||
Default: | 0 | ||
params | in | factors of terms | |
Allowed: | numeric | ||
Default: | all 1 |
Create a polynomial of specified degree. The default parameters are all 1. (Note that using the generic functional function the parameters are all set to zero).
- dfs.poly(2).f([1,2]) [3 7] - dfs.poly(2).state() [type=5, order=2, ndim=1, npar=3, params=[1 1 1] ] - dfs.poly(2).type() polynomial -