cdrras
Mechanical
- Apr 6, 2006
- 19
Is there a function in LabView or a known subVI that can solve an equation for roots using the BiSection Method?
For example, I have an equation:
lambda*e**(lambda**2)*erf(lambda) - (Cp*(TL-TM))/(L*sqrt(pi))=0
where:
erf(lambda), Cp, TL, TM, and L are known constant values that are designated as indicators and have already been calculated earlier in my code.
Any help is appreciated.
For example, I have an equation:
lambda*e**(lambda**2)*erf(lambda) - (Cp*(TL-TM))/(L*sqrt(pi))=0
where:
erf(lambda), Cp, TL, TM, and L are known constant values that are designated as indicators and have already been calculated earlier in my code.
Any help is appreciated.