summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.26/2_26.sci
diff options
context:
space:
mode:
Diffstat (limited to '1199/CH2/EX2.26/2_26.sci')
-rwxr-xr-x1199/CH2/EX2.26/2_26.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/1199/CH2/EX2.26/2_26.sci b/1199/CH2/EX2.26/2_26.sci
new file mode 100755
index 000000000..b567dd842
--- /dev/null
+++ b/1199/CH2/EX2.26/2_26.sci
@@ -0,0 +1,7 @@
+//2.26
+clc;
+R25=100;
+ath=-0.05;
+dth=35-25;
+R35=R25*[1+ath*dth];
+printf("Resistance at 35 degree C= %.2f ohm ",R35) \ No newline at end of file