Shortcut: COMBINE
Module | function |
---|---|
Description | Usage |
Calculate a polynomial combination of a set of other variables. | |
output value | type |
a linear compbination | scalar/vector/matrix |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ARG | scalar/vector/matrix | the values input to this function |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ARG | input | none | the values input to this function |
PERIODIC | compulsory | none | if the output of your function is periodic then you should specify the periodicity of the function |
COEFFICIENTS | compulsory | 1.0 | the coefficients of the arguments in your function |
PARAMETERS | compulsory | 0.0 | the parameters of the arguments in your function |
POWERS | compulsory | 1.0 | the powers to which you are raising each of the arguments in your function |
NORMALIZE | optional | false | normalize all the coefficients so that in total they are equal to one |