summaryrefslogtreecommitdiff
path: root/51/CH11/EX11.3/11_3.sce
blob: 74fbd02d6a2ddd6cebda06600fc280dacafc9b58 (plain)
1
2
3
4
5
6
7
clc;
clear;
T=0;//degree C
R=286.9;//J/(kg*K)
k=1.401;
c=(R*(T+273.15)*k)^0.5;//m/s
disp("m/sec",c,"The speed of sound for air at 0 degree C =")