summaryrefslogtreecommitdiff
path: root/2615/CH5/EX24.4
diff options
context:
space:
mode:
Diffstat (limited to '2615/CH5/EX24.4')
-rwxr-xr-x2615/CH5/EX24.4/24_4.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2615/CH5/EX24.4/24_4.sce b/2615/CH5/EX24.4/24_4.sce
new file mode 100755
index 000000000..9db9472fc
--- /dev/null
+++ b/2615/CH5/EX24.4/24_4.sce
@@ -0,0 +1,8 @@
+clc
+//initialisation of variables
+a=400//mm
+h=100//mm
+//CALCULATIONS
+F=h/a//mm
+//RESULTS
+printf('the coefficint of the friction=% f mm',F)