summaryrefslogtreecommitdiff
path: root/1364/CH1/EX1.4.1/1_4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH1/EX1.4.1/1_4_1.sce')
-rwxr-xr-x1364/CH1/EX1.4.1/1_4_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1364/CH1/EX1.4.1/1_4_1.sce b/1364/CH1/EX1.4.1/1_4_1.sce
new file mode 100755
index 000000000..2c9447e11
--- /dev/null
+++ b/1364/CH1/EX1.4.1/1_4_1.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+ws= 64 //lbf/ft^3
+wi= 57 //lbf/ft^3
+//CALCULATIONS
+vabyvb= (ws/wi)-1
+vtbyva= (1/vabyvb)+1
+vabyvt= (1/vtbyva)*100
+//RESULTS
+printf ('percentage of total volume extended above the surface= %.1f per cent',vabyvt)