diff options
Diffstat (limited to '1793/CH15/EX15.3/15Q3.sce')
-rwxr-xr-x | 1793/CH15/EX15.3/15Q3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1793/CH15/EX15.3/15Q3.sce b/1793/CH15/EX15.3/15Q3.sce new file mode 100755 index 000000000..ef403463a --- /dev/null +++ b/1793/CH15/EX15.3/15Q3.sce @@ -0,0 +1,13 @@ +clc
+Cu=40
+G=17.5
+b=60
+a=35
+c=72.5
+m=0.195
+Hc=Cu/(G*m)
+r=Hc/(2*sind(a)*sind(c/2))
+BC=Hc*((1/tand(a))-(1/tand(b)))
+printf('a)The maximum depth Hc = %f m\n',Hc)
+printf(' b)The radius, r = %f m\n',r)
+printf(' c)The distance BC.= %f m',BC)
|