diff options
Diffstat (limited to '1627/CH3/EX3.4/Ex3_4.sce')
-rw-r--r-- | 1627/CH3/EX3.4/Ex3_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1627/CH3/EX3.4/Ex3_4.sce b/1627/CH3/EX3.4/Ex3_4.sce new file mode 100644 index 000000000..3ec6b4e06 --- /dev/null +++ b/1627/CH3/EX3.4/Ex3_4.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+w=300//m
+w1=9788//N/m^3
+m=0.433//psi
+m1=3.2808//ft/m
+//CALCULATIONS
+P=(w1*w)//N/m^3
+P1=m*(w*m1)//lbf/in^2
+//RESULTS
+printf('The pressure is =% f lbf/in^2',P1)
|