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 an even 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.evenpoly(2).fdf([1,2]) [[1:2,] 2 1 1 5 1 4] - dfs.evenpoly(2).state() [type=6, order=3, ndim=1, npar=2, params=[1 1] ]