LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can labview solve this equation?

Hello,

I need to solve this equation in labview to t. X and Y are known values.



And if this part can't be larger then 1. If it is, it should be made 1.



I have really no idea where to begin to solve this problem.

Thanks in advance!
0 Kudos
Message 1 of 3
(2,889 Views)
If I did my math right, it simplifies to abs(t) = abs(x/1000)
Randall Pursley
0 Kudos
Message 2 of 3
(2,874 Views)
If you are actually trying to solve it recursively, then Newton's Method should work.

Actually after checking it, it's obvious the that any value of t at the input will give you the correct value of t at the output.


Message Edited by rpursley8 on 11-21-2005 12:09 PM

Randall Pursley
0 Kudos
Message 3 of 3
(2,867 Views)