1D Polynomial Evaluation PtByPt VI

Owning Palette: Polynomial PtByPt VIs

Requires: Full Development System

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.

Details  

 Add to the block diagram  Find on the palette
x is an input data point.
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 is the polynomial evaluation of x.

1D Polynomial Evaluation PtByPt Details

y is given by the following equation.

where m denotes the polynomial order.