diff options
Diffstat (limited to '1627/CH3/EX3.9/Ex3_9.sce')
-rw-r--r-- | 1627/CH3/EX3.9/Ex3_9.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/1627/CH3/EX3.9/Ex3_9.sce b/1627/CH3/EX3.9/Ex3_9.sce new file mode 100644 index 000000000..11930572a --- /dev/null +++ b/1627/CH3/EX3.9/Ex3_9.sce @@ -0,0 +1,17 @@ +clc
+//initialisation of variables
+p=%pi
+d=0.09//m^2
+w=0.75//m
+d1=15//m
+d2=30//cm
+s=9802//N/m^3
+r=0.25//m
+g=1.00//m
+//CALCULATIONS
+V=p*d*r*d1//m^3
+F=w*s*V//N
+V0=F/(g*s)//m^3
+h=(4*V0)/(p*d)//m
+//RESULTS
+printf('The pole touch the botton without additionnal support or weight=% f m',h)
|