diff options
Diffstat (limited to '1628/CH18/EX18.8/Ex18_8.sce')
-rwxr-xr-x | 1628/CH18/EX18.8/Ex18_8.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1628/CH18/EX18.8/Ex18_8.sce b/1628/CH18/EX18.8/Ex18_8.sce new file mode 100755 index 000000000..2b601f32e --- /dev/null +++ b/1628/CH18/EX18.8/Ex18_8.sce @@ -0,0 +1,13 @@ + + + // Examle 18.8 + +w=0.005; // Controling weigth +l=0.024; // Distance +td=1.05*10^-4; // Deflecting torque +k=asind(td/(w*l)); // Diflection in Digree (@) +disp('Diflection in Digree (@) = '+string(round(k))+' Digree'); + + + + // p 776 18.8
\ No newline at end of file |