Vous êtes sur la page 1sur 1

clc

T=298.15:1:673.15;
AH=-16910+8.314*(-21.535*(T-298.15)+(76.815e-3)*((T.^2)-(298.15^2))-
(121.35e-6)*((T.^3)-(298.15^3)));
CalorP=-AH*0.972*309731.83*(1/3600)
Ts=298:0.1:299;
CalorR=44095397.36*4.186*(Ts-298)
hold on
plot(T,CalorP)
plot(Ts,CalorR)
hold off

Vous aimerez peut-être aussi