03-06-2015 10:54 PM
Dear Sir,
I need to implement an equation as below:
I have checked many VI's from Mathematics and signal processing tool box but unable to fulfill my requirement. Kindly help me out with any suggestions.
with regards,
Sri
Solved! Go to Solution.
03-07-2015 12:43 AM
This is not an equation, because there is no equal sign.
What do you mean by "solve"?
What do you mean by "implement"?
What parts are known, what are the unknowns?
Are you looking for a symbolic math solution?
Your probably shoud try to give significantly more information. What problem are you trying to solve? Where is the data coming from? How are the results used?
03-07-2015 01:12 AM
Hi,
Please suggest me which VI's have to be used for solving that equation.
03-07-2015 01:43 AM
This is not really a LabVIEW question but a simple math one.
The integral you show is a definite integral between the values: 0 and "b". I guess the "a" is a constant value, so you just have to integrate it by variable "b" simply using the definite integral rule:
-2 * a * (b - 0) = -2ab.
So if you have the value of a and b, you can just use multiply function in LabVIEW.
03-07-2015 03:36 AM
But do not forget that, the above solution is only valid mathematically in the case when the "a" is a constant or a function which is not depending on variable "b". If "a" is a function for example which depends on variable "b", you have to solve the integral in a different way.
03-07-2015 04:56 AM
Dear Sir,
Thanks for the support.
with regards,
Sri