2D Polynomial Evaluation (CDB) VI
- Updated2025-07-30
- 2 minute(s) read
Evaluates the polynomial P(x) with a single value or multiple values. The data types you wire to the a and P(x) inputs determine the polymorphic instance to use.

Inputs/Outputs
A
—
A is a matrix of complex values.
P(x)
—
P(x) contains the complex polynomial coefficients in ascending order of power.
P(A)
—
P(A) returns the result of evaluating P(x) on an element-by-element basis with the values in A.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
A
—
P(x)
—
P(A)
—
error
—