summaryrefslogtreecommitdiff
path: root/2615/CH18/EX95.3/95.sce
diff options
context:
space:
mode:
Diffstat (limited to '2615/CH18/EX95.3/95.sce')
-rwxr-xr-x2615/CH18/EX95.3/95.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2615/CH18/EX95.3/95.sce b/2615/CH18/EX95.3/95.sce
new file mode 100755
index 000000000..1add83568
--- /dev/null
+++ b/2615/CH18/EX95.3/95.sce
@@ -0,0 +1,8 @@
+clc
+//initialisation of variables
+s=81//mm
+p=2.5//mm
+//CALCULATIONS
+R=s/p//turns
+//RESULTS
+printf('the screw be turned to displace the slide block for distance=% f turns',R)