diff options
Diffstat (limited to '2615/CH5/EX23.3/23_3.sce')
-rwxr-xr-x | 2615/CH5/EX23.3/23_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2615/CH5/EX23.3/23_3.sce b/2615/CH5/EX23.3/23_3.sce new file mode 100755 index 000000000..548a02b0a --- /dev/null +++ b/2615/CH5/EX23.3/23_3.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+g=12//kg
+p=23//kg
+a=14//degree
+//CALCULATIONS
+F=(p*sind(a))/(p*cosd(a)+g)//kg
+//RESULTS
+printf('the coefficient of friction if the force=% f kg',F)
|