summaryrefslogtreecommitdiff
path: root/1627/CH3/EX3.8/Ex3_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1627/CH3/EX3.8/Ex3_8.sce')
-rw-r--r--1627/CH3/EX3.8/Ex3_8.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1627/CH3/EX3.8/Ex3_8.sce b/1627/CH3/EX3.8/Ex3_8.sce
new file mode 100644
index 000000000..07719f87b
--- /dev/null
+++ b/1627/CH3/EX3.8/Ex3_8.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+y=9802//N/m^3
+d=3.5*0.25*0.20//m^3
+v=11.5*0.82*0.65//ft^3
+g=62.4//lbf/ft^3
+//CALCULATIONS
+F=y*d//N
+F1=g*v//lbf
+//RESULTS
+printf('The buoyant force acting on the underside of the tie=is=% f lbf',F1)