summaryrefslogtreecommitdiff
path: root/196/CH8/EX8.9/example_8_9.sce
blob: 0bb31a0c0335ead5d9425137b7d22a62d46d2e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Chapter 8
//Example 8-9
//ProbOnStrainGage 
//Page 230,231
clear;clc;
//Given
GF = 2 ;//Gage factor
DR = 0.001 ;
R = 120 ;
L = DR /(R*GF)  ;
printf ( "\n\n Change in length is %.9f inches per inch ", L )