summaryrefslogtreecommitdiff
path: root/51/CH11/EX11.3/11_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '51/CH11/EX11.3/11_3.sce')
-rwxr-xr-x51/CH11/EX11.3/11_3.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/51/CH11/EX11.3/11_3.sce b/51/CH11/EX11.3/11_3.sce
new file mode 100755
index 000000000..74fbd02d6
--- /dev/null
+++ b/51/CH11/EX11.3/11_3.sce
@@ -0,0 +1,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 =")