Problem 43804. Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.
Solution Stats
Problem Comments
-
4 Comments
While the problem description is correct, the title seems misleading to me ("Kelvin" instead of "Celsius")
Good suggestion. I made the change.
The test suite, as it currently is, is asking for the temperature in Celsius. The first problem is Ra = 0; C_correct = -273.15; That's the temperature in C, not K. Ra=0 translates to K=0, as both of those temperatures are absolute zero. (Bonus Pedantic note - It's just Kelvin, not degrees Kelvin.)
Not sure what change was made in 2016, but James is completely correct: the Test Suite is requiring input in degrees Rankine, and output in degrees Celsius. So the title and description should indicate "Rankine to Celsius".
Solution Comments
Show commentsProblem Recent Solvers128
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
1888 Solvers
-
Basics: 'Find the eigenvalues of given matrix
423 Solvers
-
226 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
340 Solvers
-
Find remainder when x is divided by 3
162 Solvers
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!