summaryrefslogtreecommitdiff
path: root/1730/CH2/EX2.27/Exa2_27.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1730/CH2/EX2.27/Exa2_27.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1730/CH2/EX2.27/Exa2_27.sce')
-rwxr-xr-x1730/CH2/EX2.27/Exa2_27.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1730/CH2/EX2.27/Exa2_27.sce b/1730/CH2/EX2.27/Exa2_27.sce
new file mode 100755
index 000000000..960e74a3e
--- /dev/null
+++ b/1730/CH2/EX2.27/Exa2_27.sce
@@ -0,0 +1,11 @@
+//Exa2.27
+clc;
+clear;
+close;
+//given data
+E_AC=16*10^-6;//in V per degree C
+E_BC=-34*10^-6;//in V per degree C
+//By law of successive contact (or intermediate metals)
+E_AB=E_AC-E_BC;//in V/degree C
+E_AB=E_AB*10^6;// in miu V/degree C
+disp("EMF of iron with respect to constantan is : "+string(E_AB)+" micro V/degree C") \ No newline at end of file