summaryrefslogtreecommitdiff
path: root/1844/CH3/EX3.8/3Q8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH3/EX3.8/3Q8.sce')
-rw-r--r--1844/CH3/EX3.8/3Q8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1844/CH3/EX3.8/3Q8.sce b/1844/CH3/EX3.8/3Q8.sce
new file mode 100644
index 000000000..2a23e340d
--- /dev/null
+++ b/1844/CH3/EX3.8/3Q8.sce
@@ -0,0 +1,12 @@
+clc
+s=10 //angle of slope in rad
+HA=100*(1/(cosd(s))-1) //Hypotenusal allowance in m
+HA1=HA*0.201
+printf('a)Hypotenusl allowance = %f \n',HA1 )
+
+k= atan(0.2)
+HA2=100*(1/(cos(k))-1)
+HA3=HA2*0.201
+printf(' b)Hypotenusl allowance = %f m',HA3 )
+
+