1D Polynomial Evaluation

Performs a polynomial evaluation of X using Coefficients: a. Details

X is the input data to be used in the polynomial evaluation.
Coefficients: a is the polynomial order plus one. The total number of elements in Coefficients: a is the polynomial order plus one.
Y is the output data.
error returns any error or warning condition from the VI.

1D Polynomial Evaluation Details

The output array Y is given by

where m denotes the polynomial order,

n = 0, 1, 2,…,m

a is the Coefficient array, and

m is the number of coefficients.