summaryrefslogtreecommitdiff
path: root/2615/CH5/EX21.1/21_1.sce
blob: 08439249acd72582176537629cf4227b8df63ee1 (plain)
1
2
3
4
5
6
7
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)