Create Polynomial From Roots VI
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
Creates polynomial P(x) from its roots. Wire data to the Roots input to determine the polymorphic instance to use or manually select the instance.

The VI uses the following equation to create P(x):
P(x) = (x – r1)(x – r2)…(x – rn) = xn + Pn – 1xn – 1 + … + P1x + P0Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Mathematics\Polynomial\Create Polynomial from Roots of Unity.vi