summaryrefslogtreecommitdiff
path: root/1793/CH15/EX15.2/15Q2.sce
blob: c0e5c81b2ed8b3655313e2943e40c5f6a4b0a1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
G=105
c=15
C=600
b=45
Fs=3
Cd=C/Fs
c1= atand(tand(c)/Fs)

H= 4*Cd*(sind(b)*cosd(c1)/(1-cosd(b-c1)))/G
printf('The depth of the cut slope = %f ft',H)