LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Polynomial Equation

Hi

 I have a polynomial equation 

y= -0.058x^2 + 60.42 x - 3686

 Which polynomial vi  I can use of getting the value of y by varing x

 Thanks in advance

  with regards

  DK

0 Kudos
Message 1 of 4
(2,494 Views)

You can use the expression node

Expression Node

Owning Palette: Numeric Functions

Requires: Base Package

Use the Expression Node to calculate expressions that contain a single variable. The following built-in functions are allowed in formulas: abs, acos, acosh, asin, asinh, atan, atanh, ceil, cos, cosh, cot, csc, exp, expm1, floor, getexp, getman, int, intrz, ln, lnp1, log, log2, max, min, mod, rand, rem, sec, sign, sin, sinc, sinh, sizeOfDim, sqrt, tan, tanh.

 

In your case :

 

node.png

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 2 of 4
(2,483 Views)

Polynomial Evaluation VI

 

 

 

(See also this idea for some perspective :D)

Message 3 of 4
(2,467 Views)

Or you could use LV primitives.

 

Lynn

 

Polynomial.png

Message 4 of 4
(2,432 Views)