summaryrefslogtreecommitdiff
path: root/569/CH5/EX5.19/5_19.sci
blob: 5e07522f22ee70102546331fab2910292c645abe (plain)
1
2
3
4
5
6
7
// Calculate the resistance 
clc;
Rth0=10;
ath0=0.00393;
dth=150-20;
R150=Rth0*[1+ath0*dth];
disp(R150,'resistance at 150 degree C(ohm)=')