summaryrefslogtreecommitdiff
path: root/1316/CH1/EX1.12/example1_12.sce
blob: 1c22b80cc42ff615c931aeb01d7a340322b474b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter 1
//Example 1.12
//Page 31

clear;
clc;

F=150;
Res_FS=0.1;


//Calculation of smallest change in force that can be measured
printf("Hence the smallest measurable change in force which cam be measured is = %.2f N",(Res_FS/100)*F);