2D Polynomial Evaluation

Performs a polynomial evaluation of the 2D input array X using Coefficients a. Details

X is the 2D input array.
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 2D output array.
error returns any error or warning condition from the VI.

2D Polynomial Evaluation Details

The 2D output array Y is given by

where m denotes the polynomial order. Each element of Y is given by

where

n = 0, 1,…m,

a is the coefficient array, and m is the number of coefficients.