robertbob
Apr 21, 2003, 06:19 PM
Hello,
I am to write a computer program to express the variation of specific heat Cp of air with
Temperature as a third- degree polynomial, using the data in Table A-2b, in our book. The formula of Cp isn't important, I couldn't understand how the program is supposed to express the variation of Cp's with temperature as a third degree polynomial...
For example the table says
At 250 Kelvin -> Cp = 1.003 kJ/kg.K
At 300 Kelvin -> Cp = 1.005
At 350 Kelvin -> Cp = 1.008
At 400 Kelvin -> Cp = 1.013
...
So what am I supposed to do?(third degree polynomial?)
I have some knowledge in Java, but do you suggest any other language for this simple program?
Thanks in advance...
Bob
I am to write a computer program to express the variation of specific heat Cp of air with
Temperature as a third- degree polynomial, using the data in Table A-2b, in our book. The formula of Cp isn't important, I couldn't understand how the program is supposed to express the variation of Cp's with temperature as a third degree polynomial...
For example the table says
At 250 Kelvin -> Cp = 1.003 kJ/kg.K
At 300 Kelvin -> Cp = 1.005
At 350 Kelvin -> Cp = 1.008
At 400 Kelvin -> Cp = 1.013
...
So what am I supposed to do?(third degree polynomial?)
I have some knowledge in Java, but do you suggest any other language for this simple program?
Thanks in advance...
Bob