1D Polynomial Evaluation PtByPt VI
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
Performs a polynomial evaluation of x using Coefficients: a.
This VI is similar to the Polynomial Evaluation VI.
Note By default, reentrant execution is enabled in all Point By Point VIs.

Inputs/Outputs
x
—
x is an input data point.
Coefficients: a
—
Coefficients: a contains the polynomial coefficients in ascending order of power. The number of elements in Coefficients: a is the polynomial order plus one.
y
—
y is the polynomial evaluation of x. |
y is given by the following equation.
where m denotes the polynomial order.
x
—
Coefficients: a
—
y
—