From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3492/CH2/EX2.4/Ex2_4.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3492/CH2/EX2.4/Ex2_4.sce (limited to '3492/CH2/EX2.4') diff --git a/3492/CH2/EX2.4/Ex2_4.sce b/3492/CH2/EX2.4/Ex2_4.sce new file mode 100644 index 000000000..75253ce9f --- /dev/null +++ b/3492/CH2/EX2.4/Ex2_4.sce @@ -0,0 +1,13 @@ +clc +//Chapter2 +//Ex_2.4 +//Given +T_summer=20 //in degree celcius +T_summer=T_summer+273 //in kelvin +T_winter=-30 //in degree celcius +T_winter=T_winter+273 //in kelvin +//we have R is proportional to A*T +//Hence +R=(T_summer-T_winter)/T_summer +R=R*100 +disp(R," Percentage change in the resistance of a pure metalwire from Saskatchewans summer too winter in % is ") -- cgit