diff options
Diffstat (limited to '1627/CH8/EX8.1')
-rw-r--r-- | 1627/CH8/EX8.1/Ex8_1.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1627/CH8/EX8.1/Ex8_1.sce b/1627/CH8/EX8.1/Ex8_1.sce new file mode 100644 index 000000000..b5cde6354 --- /dev/null +++ b/1627/CH8/EX8.1/Ex8_1.sce @@ -0,0 +1,12 @@ +clc
+//initialisation of variables
+p1=5//cm
+v=50//m/s
+p2=5*10^-2//m
+g=9.8//m/s^2
+q=9802//N/m^3
+//CALCULATIONS
+Q=(%pi)*(p2)^2*v/4//m^3/s
+F=q*Q*v/g*0.001//kN
+//RESULTS
+printf('The force exerted on the plate=% f kN',F)
|