diff options
Diffstat (limited to '3814/CH2/EX2.4/Ex2_4.sce')
-rw-r--r-- | 3814/CH2/EX2.4/Ex2_4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3814/CH2/EX2.4/Ex2_4.sce b/3814/CH2/EX2.4/Ex2_4.sce new file mode 100644 index 000000000..045d712a9 --- /dev/null +++ b/3814/CH2/EX2.4/Ex2_4.sce @@ -0,0 +1,7 @@ +//page no 42 to find maximum pressure experienced by the person on the hand
+clc;
+p=101.3e3 // specific gravity
+p1=1.225 // stagnation pressure
+v= ((90*1000)/3600)
+P0=p+((p1*v*v)/2)
+mprintf('The maximum pressure = %f kPa',P0)
|