diff options
Diffstat (limited to '2615/CH5/EX21.1')
-rwxr-xr-x | 2615/CH5/EX21.1/21_1.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2615/CH5/EX21.1/21_1.sce b/2615/CH5/EX21.1/21_1.sce new file mode 100755 index 000000000..08439249a --- /dev/null +++ b/2615/CH5/EX21.1/21_1.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+w=1200//kg
+f=0.3//kg
+//CALCULATIONS
+F=f*w//kg
+//RESULTS
+printf('the force will be necessary ti slide=% f kg',F)
|