summaryrefslogtreecommitdiff
path: root/2615/CH5/EX23.3/23_3.sce
blob: 548a02b0a85faab9d54b908487c3f1854ea9faf5 (plain)
1
2
3
4
5
6
7
8
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)