summaryrefslogtreecommitdiff
path: root/3760/CH6/EX6.8/Ex6_8.sce
blob: e725ae1cb51863ba6b2f564cbf4c685424ac50cb (plain)
1
2
3
4
5
6
7
8
9
10
11
clc;
E=0.9;
L=45000;
Tl=((1/0.9)-1)*L;

Rl=(Tl*2)/7; //According to the given conditoins
Pg=L+Rl+(Rl/2);

s=Rl/Pg;

mprintf('Slip is %f',s);