summaryrefslogtreecommitdiff
path: root/3769/CH6/EX6.17/Ex6_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH6/EX6.17/Ex6_17.sce')
-rw-r--r--3769/CH6/EX6.17/Ex6_17.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3769/CH6/EX6.17/Ex6_17.sce b/3769/CH6/EX6.17/Ex6_17.sce
new file mode 100644
index 000000000..394666176
--- /dev/null
+++ b/3769/CH6/EX6.17/Ex6_17.sce
@@ -0,0 +1,17 @@
+clear
+//Given
+R1=990 //ohm
+R=10.0 //ohm
+E=2
+l=1000 //mm
+l1=400 //mm
+
+//Calculation
+Rt=R1+R
+I=E/Rt
+pd=I*R
+K=pd/l
+pd1=K*l1
+
+//Result
+printf("\n e.m.f. generated by the thermocouple is %0.3f V", pd1)