diff options
Diffstat (limited to '2615/CH18/EX97.5/97.sce')
-rwxr-xr-x | 2615/CH18/EX97.5/97.sce | 10 |
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)
|