summaryrefslogtreecommitdiff
path: root/2615/CH5/EX22.2/22_2.sce
blob: c9f4ff47b518e1d041cdce43d1138689a5b51295 (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
p=2//kg
g=20//kg
//CALCULATIONS
F=p/g//kg
//RESULTS
printf('the coefficent of friction=% f kg',F)