summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.26/2_26.sci
blob: b567dd842c1d7c83894c847b50a7e022760b4753 (plain)
1
2
3
4
5
6
7
//2.26
clc;
R25=100;
ath=-0.05;
dth=35-25;
R35=R25*[1+ath*dth];
printf("Resistance at 35 degree C= %.2f ohm ",R35)