summaryrefslogtreecommitdiff
path: root/876/CH3/EX3.2/Ex3_2t.txt
blob: cb230b05c95e7851969702aec8cc1376dffef254 (plain)
1
2
3
4
5
6
7
8
9
10
11
//caption:Find change in resistance
//Ex3.2
clc
clear
close
G=2//gauge factor
S=500//stress applied(in Kg/cm^2)
v=2*10^6//modulus of elasticity(in Kg/cm^2)
e=(S/v)
R=(e*G)*100
disp(R,'change in resistance(in %)=')