summaryrefslogtreecommitdiff
path: root/377/CH15/EX15.7/15_7.sce
blob: 6f19ac501bc544a27952dce2434dd4bb49bce7df (plain)
1
2
3
disp("It/(2*It)=exp((27/100)-(T/110))");
T=110*(log(2)+(27/100));
printf('\n The value of T is %fCentigrade',T);