If you are referring to a Pt100, the resistance at 0°C is 100 ohm. At 100°C it is 138.5 ohm. In between the relation is not a linear one, and there is no formula, other than a polynome, to describe the relation.
Look at http://www.jensenelectric.dk/extern/pt100din.htm for more information.
Temperature in degrees Celsius cannot be directly converted to ohms as they are different units of measurement. Ohms are used to measure electrical resistance whereas degrees Celsius measure temperature.
To convert from Celsius to kelvin, add 273.15 to Celsius.
The temperature in Celsius is 0 degrees. You can convert from Kelvin to Celsius by subtracting 273 from the temperature in Kelvin.
Use this formula to convert degrees Celsius (C) to degrees Fahrenheit (F): (C x 1.8) + 32 = F
To convert temperature in Celsius to Fahrenheit, use the formula: Fahrenheit = (Celsius * 9/5) + 32. Simply multiply the temperature in Celsius by 9/5 and then add 32 to get the temperature in Fahrenheit.
To convert one into the other. Temperature Fahrenheit = Temperature Celsius(1.80) + 32
To convert from Celsius to Kelvin, you add 273. To convert from Kelvin to Celsius, you subtract 273.
Here's a simple Perl program to convert a given temperature from Celsius to Fahrenheit: # Input temperature in Celsius my $celsius = 20; # Convert Celsius to Fahrenheit my $fahrenheit = ($celsius * 9/5) + 32; # Print the result print "$celsius degrees Celsius is equal to $fahrenheit degrees Fahrenheit\n"; You can replace the value of $celsius with any temperature you want to convert.
450 kelvin is 176.85 Celsius. To convert Kelvin to Celsius you just subtract 273.15 by the Kelvin temperature that you are trying to convert.
798 Kelvin is equal to 525.85 degrees Celsius. You can convert from Kelvin to Celsius by subtracting 273.15 from the Kelvin temperature.
Add 273.15 to convert degrees Celsius to Kelvin.
Temperature is easy to convert from Fahrenheit to Celsius yourself. You can use the formula Tc = (5/9)*(Tf-32) where Tc = temperature in degrees Celsius, Tf = temperature in degrees Fahrenheit. 2 F is -17 C.