summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.20/Ex5_20.sce
blob: 25bf83bb2a562d5353f6693a3c2bcd951eddc8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
R15=80                    //ohm
a=0.004

//Calculation
R0=R15/(1+15*a)
R50=R0*(1+a*50)

//Result
printf("\n The value of resistance at 50 degree C is  %0.2f  ohm",R50)