09-21-2015 11:29 AM
15x² - 5x = 0
x² + 5x = -6
x² - 4x + 4 = 0
I have no idea where to start in my Block Diagram. If anybody can help me set this up, I would greatly appreciate it.
09-21-2015 11:39 AM
Also, I do have some basic knowledge of the Mathematics functions and how they work.
09-21-2015 11:49 AM - edited 09-21-2015 11:52 AM
@efairbanks135 wrote:
Also, I do have some basic knowledge of the Mathematics functions and how they work.
You can find examples in the Mathmatics subfolder folder of your labview example folder. Also try searching using " Help--> find Examples--> --> Analysis and Mathematics -->script and formulas.
You will find examples there to start.
Also Look at these:
09-21-2015 11:52 AM
Also there are a bunch of free online tutorials for LabVIEW at the bottom of this page.
https://decibel.ni.com/content/docs/DOC-40451
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-21-2015 12:48 PM
What do you want to do? Can you describe it in words? What would you do in Matlab, or C++? Are you trying to "find the value of X that makes this function of X go to zero"?
If you don't know what you want to do, it is very hard to program that task in LabVIEW or in any other language.
Bob Schor
09-21-2015 01:05 PM
09-21-2015 03:38 PM - edited 09-21-2015 03:39 PM
(-b +/- Sqrt(b^2 - 4ac))/2a
where ax^2 + bx + c = 0
09-21-2015 03:59 PM
@efairbanks135 wrote:
15x² - 5x = 0
x² + 5x = -6
x² - 4x + 4 = 0
I have no idea where to start in my Block Diagram. If anybody can help me set this up, I would greatly appreciate it.
Is each line a separate problem to be solved for x? Is x real or complex?
Is this a math question or a LabVIEW question?
09-21-2015 04:17 PM
Everything you need to do this the old fashion way using the quadratic formula is on the Numeric pallette. If you don't know how to use these functions, use the context help and take some tutorials.