summaryrefslogtreecommitdiff
path: root/3814/CH13/EX1.1/EX2_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3814/CH13/EX1.1/EX2_8.sce')
-rw-r--r--3814/CH13/EX1.1/EX2_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3814/CH13/EX1.1/EX2_8.sce b/3814/CH13/EX1.1/EX2_8.sce
new file mode 100644
index 000000000..70e1220c4
--- /dev/null
+++ b/3814/CH13/EX1.1/EX2_8.sce
@@ -0,0 +1,10 @@
+// to calculate force acting on 1mx 2m
+clc
+A=1*2
+v=(100*1000)/3600 // 100km/hr
+mprintf('Velocity of the wind = %f m/s',v)
+density=1.2// in kg/m3
+p0=(density*v^2)/2
+mprintf(' \n P0= %d N/m2',p0)
+F=p0*A
+mprintf('\n Force F=p0A = %d N',F)