diff options
Diffstat (limited to '3760/CH6/EX6.8/Ex6_8.sce')
-rw-r--r-- | 3760/CH6/EX6.8/Ex6_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3760/CH6/EX6.8/Ex6_8.sce b/3760/CH6/EX6.8/Ex6_8.sce new file mode 100644 index 000000000..e725ae1cb --- /dev/null +++ b/3760/CH6/EX6.8/Ex6_8.sce @@ -0,0 +1,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);
|