|
-
Jun 11th, 2002, 11:27 PM
#1
Thread Starter
Addicted Member
What is the relational statement needed?
What is the relational statement needed?
Given an input of 1 to 7,000, what is the mathmatical conversion needed to covert this to a range of 270,000,000 to 2,000,000,000?
Thanks for any help!
-
Jun 12th, 2002, 12:06 AM
#2
Hyperactive Member
Is this what you meant?
Output = OutputLow + ((Input - InputLow)*(OutputHigh - OutputLow) / (InputHigh - InputLow))
Where:
OutputLow = 270,000,000
OutputHigh = 2,000,000,000
InputLow=1
InputHigh=10
Just plug in a value for Input to get the relational Output.
Sometimes what you're looking for is exactly where you left it.
-
Jun 12th, 2002, 12:07 AM
#3
Hyperactive Member
Sorry, InputHigh would be 7000 in the above example.
Sometimes what you're looking for is exactly where you left it.
-
Jun 12th, 2002, 10:19 AM
#4
Thread Starter
Addicted Member
John,
That's it! I worked on it for days and only came up close. Thanks so much for your help. George.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|