diff options
Diffstat (limited to '1730/CH2/EX2.27')
-rwxr-xr-x | 1730/CH2/EX2.27/Exa2_27.sce | 11 |
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 |