summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.20/Ex5_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.20/Ex5_20.sce')
-rw-r--r--3769/CH5/EX5.20/Ex5_20.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH5/EX5.20/Ex5_20.sce b/3769/CH5/EX5.20/Ex5_20.sce
new file mode 100644
index 000000000..25bf83bb2
--- /dev/null
+++ b/3769/CH5/EX5.20/Ex5_20.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+R15=80 //ohm
+a=0.004
+
+//Calculation
+R0=R15/(1+15*a)
+R50=R0*(1+a*50)
+
+//Result
+printf("\n The value of resistance at 50 degree C is %0.2f ohm",R50)