LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

formula node output on the right hand side

The equation as posted by altenbach can be solved explcitly for x.

 

Isolate the sqare root term. Substitute y = 1/x. Square both sides. The remaining quadratic equation in y can be factored giving two solutions:

y = 0

 

y = -(f - a*c/b)/(f^2 - a*c^2)

 

Lynn

0 Kudos
Message 11 of 13
(770 Views)

I am sorry if it is not in the preferable format for you

0 Kudos
Message 12 of 13
(751 Views)

Thank you Lynn for the math work.  Quickly checking the math you are correct the the equation can be simplified as quadratic equation and solved but the constant need be double checked.

However, I read you post after making my way around the problem and I am interest to see it working. I used string concatenate to write formula string and zeros and exterima to find the zeros. The code works but gives results the most stupid high school student will never give. If you do not mind have a look 

0 Kudos
Message 13 of 13
(713 Views)