summaryrefslogtreecommitdiff
path: root/343/CH1/EX1.1/ex1_1.sce
blob: 9b49b3c076d0e9c6d4e22f9312ca313367b7451f (plain)
1
2
3
4
5
alpha0=0.0043;              //Assigning values to the parameters
t=50;
R0=40;
R50=R0*(1+0.0043*50);       // Calculating the risistance at 50 deg C
disp(R50,"Resistance at 50 deg C");