diff options
Diffstat (limited to '1627/CH3/EX3.5/Ex3_5.sce')
-rw-r--r-- | 1627/CH3/EX3.5/Ex3_5.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1627/CH3/EX3.5/Ex3_5.sce b/1627/CH3/EX3.5/Ex3_5.sce new file mode 100644 index 000000000..a6151d8d4 --- /dev/null +++ b/1627/CH3/EX3.5/Ex3_5.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+t=30//deg
+y=9802//N/m^3
+sg=0.78
+r=6*10^-2//m
+//CALCULATIONS
+P=(1/2)*y*sg*r//Pa
+//RESULTS
+printf('The pressure is=% f Pa',P)
|