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);