summaryrefslogtreecommitdiff
path: root/3886/CH2/EX2.17/Ex2_17.sce
blob: 8def98ef6540cc14f55f3bbd9a262b1be29570f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Load required at point D
//Refer fig. 2.22 (a),(b) and (c)
//Using simple geometry we have
alpha=acosd(1.3125/1.5)  //degree
Beta=acosd(2-1.3125)  //degree
//Applying Lami's Theorem at point C
T1=1500*sind(90)/sind(180-alpha)  //N
T2=1500*sind(90+alpha)/sind(180-alpha)  //N
//Applying Lami's Theorem at point B
T3=T2*sind(90)/sind(90+Beta)  //N
W=T2*sind(180-Beta)/sind(90+Beta)  //N
printf("The load required to be connected at point D is W=%.1f N",W)