summaryrefslogtreecommitdiff
path: root/343/CH1/EX1.3/ex1_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '343/CH1/EX1.3/ex1_3.sce')
-rwxr-xr-x343/CH1/EX1.3/ex1_3.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/343/CH1/EX1.3/ex1_3.sce b/343/CH1/EX1.3/ex1_3.sce
new file mode 100755
index 000000000..26539d0db
--- /dev/null
+++ b/343/CH1/EX1.3/ex1_3.sce
@@ -0,0 +1,6 @@
+alpha20=0.00403; //Assigning values to the parameters
+t1=20;
+t2=60;
+R20=28.3;
+R60=R20*(1+alpha20*(t2-t1)); // Calculating value of resistance at 60 deg C
+disp(R60,"Resistance at 60 deg C is"); \ No newline at end of file