Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

LabView: BiSection Method

Status
Not open for further replies.

cdrras

Mechanical
Joined
Apr 6, 2006
Messages
19
Location
US
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top