summaryrefslogtreecommitdiff
path: root/343/CH1/EX1.5/ex1_5.sce
blob: 463615ae8586034798c4cfdcf7b0c0403ae9f4f3 (plain)
1
2
3
4
5
6
R10=80;                //Assigning values to the parameters
R60=96.6;
t1=10;
t2=60;
alpha0=(R60-R10)/(t2*R10-t1*R60);
disp(alpha0,"temperature coefficient at 0 deg C is");