summaryrefslogtreecommitdiff
path: root/278/CH25/EX25.3/ex_25_3.sce
blob: 396bead046c994b27df84ca64c4544c88d3f193d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//find..
clc
//solution
//given
r=0.16//m
u=0.3
P=600//N
//taking moment abt point A
//Rn=Ft/u
//Rn*350+Ft*(200-160)=600*(400+350)
Ft=600*750/1207//N
Tb=Ft*r//N-m
printf("torque acting is,%f N-m\n",Tb)