summaryrefslogtreecommitdiff
path: root/2615/CH18/EX97.5/97.sce
diff options
context:
space:
mode:
Diffstat (limited to '2615/CH18/EX97.5/97.sce')
-rwxr-xr-x2615/CH18/EX97.5/97.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2615/CH18/EX97.5/97.sce b/2615/CH18/EX97.5/97.sce
new file mode 100755
index 000000000..409c2873a
--- /dev/null
+++ b/2615/CH18/EX97.5/97.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+s=8//mm
+n=0.4//m
+a=800//mm
+q=3000//mm
+//CALCULATIONS
+P=(q*s)/(2*%pi*a*n)//kg
+//RESULTS
+printf('the screw jack resresented=% f kg',P)