04-01-2008 03:50 AM
04-01-2008 03:59 AM - edited 04-01-2008 04:01 AM
04-01-2008 04:02 AM
Hi Dhirah,
do you use the formula node? If yes x^2 is not possible, use pow(x, 2) instead of it.
Mike
04-01-2008 04:22 AM
02-19-2012 07:38 PM
How can I can to solve this problem on My Block Panel .
Write a quadratic equation solver that will accept values for A,B, and C, defined by Ax^2+Bx+C=0 and then compute both quadratic solutions( one solution using the plus symbol, The other using the minus In the following e
02-19-2012 08:03 PM - edited 02-19-2012 08:06 PM
This has nothing to do with the existing 5 year old thread. I recommend to start a new thread for your question.
@kukin wrote:
How can I can to solve this problem on My Block Panel .
There is no Block Panel, just a Block Diagram and a Front Panel.
@kukin wrote:
Write a quadratic equation solver that will accept values for A,B, and C, defined by Ax^2+Bx+C=0 and then compute both quadratic solutions( one solution using the plus symbol, The other using the minus In the following e
You need three numeric controls: A, B, C
You need two numeric Indicators, one for each solution
In-between these terminals, you simply implement the equation as it can be found in any text book or even wikipedia.
Where exactly did you encounter any problems? What did you try so far?
02-19-2012 08:07 PM
I would like to konw which math fuction I should use to solve my problem on block diagram I new using Labview
02-19-2012 08:22 PM
How can I delete icon in block diagram
02-19-2012 08:22 PM
@kukin wrote:
I would like to konw which math fuction I should use to solve my problem on block diagram I new using Labview
First you should start with a few introductory LabVIEW tutorials, then implement this equation.
The bulk of the required tools are in the numeric palette. Have you tried?
02-19-2012 08:24 PM
How can I delete icon in block diagram