|
-
Nov 9th, 2005, 09:01 AM
#1
Thread Starter
PowerPoster
Fahrenheit To Kelvin
Anyone know the math to convert Fahrenheit to Kelvin?
I could also use Celcius To Kelvin, Kelvin to Fahrenheit, and Kelvin to Celcius
Thanks!!!!
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Nov 9th, 2005, 09:44 AM
#2
-
Nov 9th, 2005, 10:58 AM
#3
Thread Starter
PowerPoster
Re: Fahrenheit To Kelvin
Hmm, I don't need a program to do it for me... I need to know the math involved for my own program. I couldn't find any source code on that site..only compiled programs.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Nov 9th, 2005, 11:07 AM
#4
This world is not my home. I'm just passing through.
-
Nov 9th, 2005, 11:08 AM
#5
This world is not my home. I'm just passing through.
-
Nov 9th, 2005, 11:10 AM
#6
-
Nov 9th, 2005, 02:12 PM
#7
Re: Fahrenheit To Kelvin
Arc,
there are 4 scales for measuring temperatures, 1 = Celsius, 2 = Farenheit, 3 = Raumer ( i dont know if i spelt it correctly) and 4 = Kelvin.
for first 3 scales:
1 = celsius = Freezing point water is 0o and Boiling Point is 100o
2 = farenheit = Freezing point water is 32o and Boiling Point is 212o
3 = raumer = Freezing point water is 0o and Boiling Point is 80o
so, let C, F and R be degrees you want to calculate (or for conversion) then
Code:
(C - 0) (F - 32) (R - 0)
------- = ---------- = ----------
(100 - 0) (212 - 32) (80 - 0)
so,
Code:
C F - 32 R
-------- = --------- = ---------
5 9 4 (thnx Rassis)
and finally the 4th scale i.e. Kelvin
hope it helps.
Last edited by Harsh Gupta; Nov 10th, 2005 at 08:24 AM.
-
Nov 9th, 2005, 11:14 PM
#8
Thread Starter
PowerPoster
Re: Fahrenheit To Kelvin
Thanks guys. Although none of the examples gave me exactly what I needed, they did make me realise I had to figure it out for myslef heh. I already had the Fahrenheit to celcius and celcius to fahreniet and celcius to Kelvin, but the rest were just a matter of figuring out how those three worked and making up my own math for it.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Nov 10th, 2005, 05:18 PM
#9
Lively Member
Re: Fahrenheit To Kelvin
K = ° F + 459.67 * 5 / 9
K = 5/9 (° F - 32) + 273.15
http://en.wikipedia.org/wiki/Tempera...rsion_formulas
Last edited by geroldsh; Nov 10th, 2005 at 09:33 PM.
-
Nov 10th, 2005, 06:01 PM
#10
Addicted Member
Re: Fahrenheit To Kelvin
 Originally Posted by geroldsh
Fahrenheit + 459.67 * 5 / 9
K = 255.22 + 5/9 F
Last edited by Rassis; Nov 11th, 2005 at 04:37 AM.
...este projecto dos Deuses que os homens teimam em arruinar...
-
Nov 11th, 2005, 08:12 AM
#11
Re: Fahrenheit To Kelvin
 Originally Posted by Harsh Gupta
Raumer ( i dont know if i spelt it correctly)
FYI, I think it's Reaumur
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
-
Nov 13th, 2005, 01:03 PM
#12
-
Nov 13th, 2005, 02:21 PM
#13
Addicted Member
...este projecto dos Deuses que os homens teimam em arruinar...
-
Nov 13th, 2005, 03:17 PM
#14
Re: Fahrenheit To Kelvin
 Originally Posted by Rassis
Réaumur more precisely.
Oh, is it a French name?
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
-
Nov 13th, 2005, 03:43 PM
#15
Addicted Member
Re: Fahrenheit To Kelvin
Né à La Rochelle en 1683, René Antoine Ferchault de Réaumur poursuit ses études d'abord dans sa ville natale, puis à Poitiers et à Bourges. Après s'être un temps intéressé au droit, il s'oriente...
Visit this site to know more:
http://www.infoscience.fr/histoire/b...ph.php3?Ref=55
...este projecto dos Deuses que os homens teimam em arruinar...
-
Nov 14th, 2005, 03:15 AM
#16
Re: Fahrenheit To Kelvin
 Originally Posted by Rassis
Tres interessant... obrigado.
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
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
|