
Compute Tutorial
Compute is used to mathematically manipulate data component of a field.
There are many complex manipulations that can be accomplished by compute.
Inputs :
EXPRESSION - Mathematical Expression to be calculated.
INPUT - As many inputs as are needed to evaluate the expression.
Outputs :
OUTPUT - The data generated by the Mathematical expression.
Configuration Screen:

Valid Mathematical Manipulations:
Table taken from DX Users Reference page 2-51.

Example Program for Compute:
The fragment of the network that creates the vectors based on two data
sets is one that uses two imports to get the data,
and then uses Compute to calculate the vectors. The parameters used
for the compute module are listed in the configuration screen above. This
data could then be used by the Autoglyph module to
graphically display the data as 2D arrow glyphs.
Other Sources:
[UP]