diff options
Diffstat (limited to '876/CH3/EX3.8/Ex3_8t.txt')
-rwxr-xr-x | 876/CH3/EX3.8/Ex3_8t.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/876/CH3/EX3.8/Ex3_8t.txt b/876/CH3/EX3.8/Ex3_8t.txt new file mode 100755 index 000000000..3884667b5 --- /dev/null +++ b/876/CH3/EX3.8/Ex3_8t.txt @@ -0,0 +1,12 @@ +//caption:Find thermoelectric sensitivity and emf developed
+//Ex3.8
+clc
+clear
+close
+T=50//temperature difference(in degree centigrate)
+Scp=7.4*10^-6//sensitivity of copper against platinum(in Voli per degree centigrate)
+Sccp=-34.8*10^-6//sensitivity of constantan against platinum(in Voli per degree centigrate)
+Sccc=(Scp)-(Sccp)
+disp(Sccc,'sensitivity(in Volt per degree centigrate)=')
+E=Sccc*T
+disp(E,'emf developed(in V)=')
\ No newline at end of file |